diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-11-30 12:28:57 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2017-11-30 12:28:57 +0200 |
commit | b5c97861a3b71e3e5391bf2d2458fdff845a19fe (patch) | |
tree | e3b054d490d27fa52238fac039a9a304fc7bf707 /src/bindfs.1 | |
parent | cb7a9dc70f740ef344029b540af8bb71fe99ddd0 (diff) | |
download | bindfs-b5c97861a3b71e3e5391bf2d2458fdff845a19fe.tar.gz |
Cleaned up PR #61.
For consistency, renamed the new options to --delete-deny and --rename-deny.
Diffstat (limited to 'src/bindfs.1')
-rw-r--r-- | src/bindfs.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index e20fc0f..d47720f 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -219,6 +219,20 @@ The read/write permissions are checked against the (possibly modified) file permissions inside the mount. +.SH OTHER FILE OPERATIONS + +.TP +.B \-\-delete\-deny, \-o delete\-deny +Makes all file delete operations fail with a 'permission denied'. +By default, files can still be modified if they have write permission, +and renamed if the directory has write permission. + +.TP +.B \-\-rename\-deny, \-o rename\-deny +Makes all file rename/move operations \fBwithin the mountpoint\fP fail with +a 'permission denied'. Programs that move files out of a mountpoint do so +by copying and deleting the original. + .SH RATE LIMITS Reads and writes through the mount point can be throttled. Throttling works by sleeping the required amount of time on each read or write request. |