aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Kelly <mike@pair.com>2012-02-17 11:35:15 -0500
committerMiklos Szeredi <mszeredi@suse.cz>2012-03-08 10:34:39 +0100
commit4dc10686e0d75ee24d002a68eb898ca43070d56a (patch)
treede9f1c56c95a90b25c862714765179e9fb7e4d3b /ChangeLog
parentb3af91b123af607611fed00a3cc801ebc639d9ff (diff)
downloadsshfs-4dc10686e0d75ee24d002a68eb898ca43070d56a.tar
sshfs-4dc10686e0d75ee24d002a68eb898ca43070d56a.tar.gz
sshfs-4dc10686e0d75ee24d002a68eb898ca43070d56a.tar.bz2
sshfs-4dc10686e0d75ee24d002a68eb898ca43070d56a.zip
make sure idmap files aren't writable by others
otherwise, other local users could change the mapping, and gain access to things they shouldn't
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acd1001..19cf11f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-08 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Make sure idmap files aren't writable by others otherwise, other
+ local users could change the mapping, and gain access to things
+ they shouldn't. Patch by Mike Kelly
+
2012-02-08 Chris Wolfe <cwolfe@chromium.org>
* Add -o slave. This option routes the sftp communication over stdin