diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-09-17 21:48:30 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-09-17 21:48:30 +0000 |
commit | 190c1c6f5877ab0290d05b168be979b2f28599e8 (patch) | |
tree | 4887db0325097a620f72c0fddf97fe246579a83c /app-crypt/cfs/files/cfsd.conf | |
parent | Added a patch for capi4k-utils; bug #62310. (diff) | |
download | historical-190c1c6f5877ab0290d05b168be979b2f28599e8.tar.gz historical-190c1c6f5877ab0290d05b168be979b2f28599e8.tar.bz2 historical-190c1c6f5877ab0290d05b168be979b2f28599e8.zip |
*** empty log message ***
Diffstat (limited to 'app-crypt/cfs/files/cfsd.conf')
-rw-r--r-- | app-crypt/cfs/files/cfsd.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/cfs/files/cfsd.conf b/app-crypt/cfs/files/cfsd.conf new file mode 100644 index 000000000000..82d78fa38d1a --- /dev/null +++ b/app-crypt/cfs/files/cfsd.conf @@ -0,0 +1,12 @@ +# -*- mode: shell-script -*- + +# Configuration for the Cryptographic Filesystem (CFS) + +# Mount point for encrypted filesystems +CRYPT_ROOT=/var/cfs + +# Se this if you don't want a symbolic link /crypt -> $CRYPT_ROOT. +# NO_CRYPT_SYMLINK=true + +# An empty, permissionless directory that is used as the NFS export. +NULL_EXPORT=/var/lib/cfs/.cfsfs |