### -*-conf-*- ### ### This file lists the available filesystems which may be claimed by users. ### Each line has the form ### ### FS DIR [OPT=VALUE ...] ### ### The FS is a simple name for the filesystem, matched against the FILSYS ### argument to `claim-dir'. The DIR is the directory name in which to ### create user directories. The remaining options are as follows. ### ### acl=[-]{USER|%GROUP},... ### Access control list for this filesystem. Entries prefixed with `-' ### forbid access, other entries permit; the entries are glob patterns ### matched against the user's name or groups. The first match wins; if ### no entry matches, access is forbidden. Without this option, access ### is open to all. ### ### mode=MODE ### Permissions for the new directory. The default is 700. ### ### mount=SCRIPT ### If DIR is not a mount point already, run SCRIPT DIR.