diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-01-25 05:48:42 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-01-25 05:48:42 +0200 |
commit | 8ae697b6d483e5211f86de770c7000b5cedec7e6 (patch) | |
tree | facf67ce8f9c061cb1d7b07ec71c55b51f7dd94c /src/bindfs.1 | |
parent | 473faadb80c962ce629f88f640b587ea965e5343 (diff) | |
download | bindfs-8ae697b6d483e5211f86de770c7000b5cedec7e6.tar.gz |
Added option --realistic-permissions.
Diffstat (limited to 'src/bindfs.1')
-rw-r--r-- | src/bindfs.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index d92c55d..0f91a39 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -196,7 +196,17 @@ The read/write permissions are checked against the (possibly modified) file permissions inside the mount. -.SH MISCELLANEOUS WORKAROUNDS +.SH MISCELLANEOUS OPTIONS + +.TP +.B \-\-realistic\-permissions, \-o realistic\-permissions +Hides read/write/execute permissions for a mirrored file when the mounter +doesn't have read/write/execute access to the underlying file. +Useless when mounting as root, since root will always have full access. + +(Prior to version 1.10 this option was the default behavior. +I felt it violated the principle of least surprise badly enough +to warrant a small break in backwards-compatibility.) .TP .B \-\-ctime\-from-mtime, \-o ctime\-from\-mtime |