diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-12-10 00:13:53 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-12-10 00:13:53 +0000 |
commit | a2ff24b600d87995e2d3b5bfdcb04ed4e06b33bd (patch) | |
tree | d7579f7b67f776ea1da71875a159dde8538823f2 /ChangeLog | |
parent | 2ad6a4bc54f7bf43c08224e8f2d41c1812cbbe37 (diff) | |
download | libfuse-a2ff24b600d87995e2d3b5bfdcb04ed4e06b33bd.tar.gz |
mounting fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-12-10 Miklos Szeredi <miklos@szeredi.hu> + + * mount.fuse: add "setuid=USER" option which does a "su - USER" + for the filesystem + + * fusermount: use "/bin/mount -f" to add entry to /etc/mtab, and + "/bin/umount" to remove entry from /etc/mtab. This gets rid of + the ugly code dealing with mtab, as well as a possible race + between fusermount and mount trying to modify /etc/mtab at the + same time + 2006-12-04 Miklos Szeredi <miklos@szeredi.hu> * Fix warnings with gcc-4.1 on 64bit archs. Report from |