diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2013-07-22 11:11:51 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2013-07-22 11:11:51 +0300 |
commit | a461a1759a4c4d4e497855c9b98a0ba40c6c7b9f (patch) | |
tree | 9efa3037fe8a394d9f96e5728eff7a52c24a63d6 /src | |
parent | d32bc6026591ff6758025e29bc1e70c536fbd942 (diff) | |
download | bindfs-a461a1759a4c4d4e497855c9b98a0ba40c6c7b9f.tar.gz |
Document chmod-filter on man-page.
Diffstat (limited to 'src')
-rw-r--r-- | src/bindfs.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 9b211d0..4b3336a 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -168,6 +168,12 @@ but actually does nothing. Makes chmod always fail with a 'permission denied' error. .TP +.B \-\-chmod\-filter=\fIpermissions\fP,, \-o chmod\-filter=... +Changes the permission bits of a chmod request before it is applied to the +original file. Accepts the same permission syntax as \-\-perms. +See \fB\%PERMISSION \%SPECIFICATION\fP below for details. + +.TP .B \-\-chmod\-allow\-x, \-o chmod\-allow\-x Allows setting and clearing the executable attribute on files (but not directories). When used with \-\-chmod\-ignore, |