From a2ff24b600d87995e2d3b5bfdcb04ed4e06b33bd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 10 Dec 2006 00:13:53 +0000 Subject: mounting fixes --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a28a5b0..04154eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-12-10 Miklos Szeredi + + * 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 * Fix warnings with gcc-4.1 on 64bit archs. Report from -- cgit v1.2.3