[Reproducible-commits] [disorderfs] 06/06: Document --multi-user in man page

Andrew Ayer agwa at andrewayer.name
Tue Sep 22 03:34:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

agwa-guest pushed a commit to branch master
in repository disorderfs.

commit 69e862c9ae1a0fabe09f6b8a0d193902e2a4baaa
Author: Andrew Ayer <agwa at andrewayer.name>
Date:   Mon Sep 21 20:32:19 2015 -0700

    Document --multi-user in man page
---
 disorderfs.1.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/disorderfs.1.txt b/disorderfs.1.txt
index b9e124b..66c83be 100644
--- a/disorderfs.1.txt
+++ b/disorderfs.1.txt
@@ -30,6 +30,18 @@ See fusermount(1), mount.fuse(8), and mount(8) for a full list of options.
 
 Options specific to *disorderfs*:
 
+*--multi-user=yes|no*::
+  Whether or not to allow other users to access the overlay mount
+  (default: no).  When enabled, disorderfs accesses the underlying
+  file with the same credentials (user ID, group ID, supplemental
+  group list) as the process accessing the overlaid file.  This
+  is different from FUSE's *allow_other* option, which allows
+  other users access, but causes disorderfs to access the underlying
+  filesystem with the credentials of the user running disorderfs, which
+  is usually undesirable.
+  +
+  *--multi-user=yes* requires disorderfs to run as root.
+
 *--shuffle-dirents=yes|no*::
   Whether or not to randomly shuffle directory entries (default: no).
   The directory entries are shuffled every time the directory is read,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/disorderfs.git



More information about the Reproducible-commits mailing list