aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-12-10 00:13:53 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-12-10 00:13:53 +0000
commita2ff24b600d87995e2d3b5bfdcb04ed4e06b33bd (patch)
treed7579f7b67f776ea1da71875a159dde8538823f2 /ChangeLog
parent2ad6a4bc54f7bf43c08224e8f2d41c1812cbbe37 (diff)
downloadlibfuse-a2ff24b600d87995e2d3b5bfdcb04ed4e06b33bd.tar.gz
mounting fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a28a5b0..04154eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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