From 3d1966f6568e40a215055c3840daa2cee0583919 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 29 Sep 2019 06:59:25 +0800 Subject: [PATCH] Update man-page --- doc/man/cryfs.1 | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/man/cryfs.1 b/doc/man/cryfs.1 index ca4def8c..e72f1487 100644 --- a/doc/man/cryfs.1 +++ b/doc/man/cryfs.1 @@ -16,7 +16,6 @@ cryfs \- cryptographic filesystem for the cloud [\fB\-f\fR] [\fIoptions\fR] .I basedir mountpoint -[\fB\-\-\fR \fIfuse-options\fR] .br .\" show-ciphers syntax .B cryfs \-\-help\fR|\fB\-\-version\fR|\fB\-\-show-ciphers @@ -200,6 +199,28 @@ Unmount automatically after \fIarg\fR minutes of inactivity. . . . +.SH FUSE Options +. +.TP +\fB\-o\fR \fIoption\fR, \fB\-\-fuse\-option\fR \fIoption\fR +. +Pass through options to the FUSE filesystem driver. + +.TP +For example: +.TP +\fB\-o\fR \fIallow_other\fR +This option overrides the security measure restricting file +access to the filesystem owner, so that all users (including +root) can access the files. +.TP +\fB\-o\fR \fIallow_root\fR +This option is similar to allow_other but file access is +limited to the filesystem owner and root. This option and +allow_other are mutually exclusive. +. +. +. .SH ENVIRONMENT . .TP