diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-13 12:11:49 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-13 12:11:49 +0000 |
commit | 9ed69ba6898c5b1bdceddcf96bf3d92ba943892d (patch) | |
tree | 5bf0a4281f2a00b4b543f93115f1a02ffda81c1f /ChangeLog | |
parent | 4fcbff6cf3006745845e168537a8bdfaf73722f0 (diff) | |
download | libfuse-9ed69ba6898c5b1bdceddcf96bf3d92ba943892d.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-01-13 Miklos Szeredi <miklos@szeredi.hu> + + * Remove 'mount_max' and 'user_allow_other' module options. These + are now checked by fusermount, and can be set in /etc/fuse.conf + + * KERNEL: change check for fsid == 0 to capable(CAP_DAC_OVERRIDE) + 2005-01-11 Miklos Szeredi <miklos@szeredi.hu> * KERNEL: fix possible inode allocation problem, where |