aboutsummaryrefslogtreecommitdiff
path: root/man/man8
diff options
context:
space:
mode:
authorBrian L. Stuart <devnull@localhost>2008-07-20 04:50:09 -0400
committerBrian L. Stuart <devnull@localhost>2008-07-20 04:50:09 -0400
commitd63790eec8de5c9bf85f3c6daa1e6e756f0515c4 (patch)
treee08b57fa92af9b2843a6f01f9a57b5db27b69b3d /man/man8
parent94e1f2a4388f674331b2a2f988fb815133d2ab6b (diff)
downloadplan9port-d63790eec8de5c9bf85f3c6daa1e6e756f0515c4.tar.gz
plan9port-d63790eec8de5c9bf85f3c6daa1e6e756f0515c4.tar.bz2
plan9port-d63790eec8de5c9bf85f3c6daa1e6e756f0515c4.zip
vnfs: add -i flag to allow remote root
Diffstat (limited to 'man/man8')
-rw-r--r--man/man8/vbackup.88
1 files changed, 7 insertions, 1 deletions
diff --git a/man/man8/vbackup.8 b/man/man8/vbackup.8
index 68bba03f..3fc07e1f 100644
--- a/man/man8/vbackup.8
+++ b/man/man8/vbackup.8
@@ -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.