Default files/directories to at least 0444/0555 mode.
[captive.git] / src / client / lufs / mount.captive.pod.pl.in
index 3796168..aca3fd4 100644 (file)
@@ -106,13 +106,13 @@ filesystems in such case.
 This is the only option is interpreted by B<mount.@PACKAGE@> itself; it is not
 B<lufs-@PACKAGE@fs>(7) nor B<lufsd>(1) option.
 
-=item B<uid>=B<500>
-
-Supply the B<UID> to be the user identification number owning all the files.
+=item B<private>
 
-=item B<gid>=B<500>
-
-Supply the B<GID> to be the group identification number owning all the files.
+B<mount.captive>(8) defaults to filesystem files B<644> - read-write for system
+root (or the regular user owner) and read-only for others. You can force the
+mode B<600> by this option (read-write for the owner, inaccessible for others).
+Mode B<755> or <700> applies to directories. Options B<fmask>/B<dmask> will
+be OR-ed to the private/public permissions set by this option.
 
 =item B<fmask>=B<666>
 
@@ -123,6 +123,14 @@ Octal mask to be OR-ed on file permissions (minimum file permissions).
 Octal mask to be OR-ed on directory permissions (minimum directory
 permissions).
 
+=item B<uid>=B<500>
+
+Supply the B<UID> to be the user identification number owning all the files.
+
+=item B<gid>=B<500>
+
+Supply the B<GID> to be the group identification number owning all the files.
+
 =back
 
 =back