chiark / gitweb /
Directory claiming and ephemeral filesystems.
[distorted-keys] / claim-dir.tab
1 ### -*-conf-*-
2 ###
3 ### This file lists the available filesystems which may be claimed by users.
4 ### Each line has the form
5 ###
6 ###     FS      DIR     [OPT=VALUE ...]
7 ###
8 ### The FS is a simple name for the filesystem, matched against the FILSYS
9 ### argument to `claim-dir'.  The DIR is the directory name in which to
10 ### create user directories.  The remaining options are as follows.
11 ###
12 ### acl=[-]{USER|%GROUP},...
13 ###     Access control list for this filesystem.  Entries prefixed with `-'
14 ###     forbid access, other entries permit; the entries are glob patterns
15 ###     matched against the user's name or groups.  The first match wins; if
16 ###     no entry matches, access is forbidden.  Without this option, access
17 ###     is open to all.
18 ###
19 ### mount=SCRIPT
20 ###     If DIR is not a mount point already, run SCRIPT DIR.
21