vnfs: add -i flag to allow remote root

This commit is contained in:
Brian L. Stuart 2008-07-20 04:50:09 -04:00
parent 94e1f2a438
commit d63790eec8
4 changed files with 21 additions and 6 deletions

View file

@ -52,7 +52,7 @@ back up Unix file systems to Venti
.PP
.B vnfs
[
.B -ELLRVr
.B -ELLRVir
]
[
.B -a
@ -277,6 +277,12 @@ file system mentioned in the configuration.
.BI -c " cachesize
Set the number of blocks stored by the in-memory venti cache.
.TP
.B -i
Run in ``insecure'' mode, allowing remote root users to
use uid and gid 0 and read any file.
(Normally, remote root is mapped to uid and gid \-1
and has no special permissions.)
.TP
.B -r
Respond to all requests with a Sun RPC rejection.
This is useful during debugging.