aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-01-17 09:46:28 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-01-17 09:46:28 +0000
commit7db35c06de2b6803b79bf9012b9cea5a939d2d18 (patch)
tree1cc159fde38a2b1bc96885009ff8bb54ae69f16b /ChangeLog
parentdbe0f6584164fe60b6eac6ffc4cd097b978e33a0 (diff)
downloadlibfuse-7db35c06de2b6803b79bf9012b9cea5a939d2d18.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd11a52..78cfec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-17 Miklos Szeredi <miklos@szeredi.hu>
+
+ * fusermount: remove capability setting, which was the cause of
+ problems for some users. It seems that FS related capabilities
+ are removed by setfsuid(), so this isn't even needed.
+
2005-01-15 Miklos Szeredi <miklos@szeredi.hu>
* fix compilation on 2.4 kernels (reported by Valient Gough)