summaryrefslogtreecommitdiff
path: root/cryptfs.8.in
blob: 9ffa12deb7a844a5be14f2162026e7bc9d67aab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.TH cryptfs 8 "" "cryptfs #VERSION#" ""
.SH NAME
cryptfs \- simple script for (un)mounting encrypted partitions with all their requirements
.SH SYNOPSIS
\fBcryptfs [-u]\fP
.SH DESCRIPTION
\fBcryptfs\fP mounts/unmounts prerequisites for encrypted containers, unlocks/locks the containers and mounts/unmounts the partitions therein.
Locking and unlocking of encrypted containers is done via \fBcryptsetup\fP.
.SH CONFIGURATION
The configuration is read from \fB#ETCDIR#/crypttab\fP and \fB#ETCDIR#/fstab\fP.
To not interfere with systemd, if line prefixes match \fB#CONF_PREFIXES#\fP, the prefix will be removed.
Additional to the usual syntax, a keyfile specification in \fB#ETCDIR#/crypttab\fP may be prepended by \fI[key-slot]\fP to limit the used keyslot.
.SH FILES
.TP
.B "#BINDIR#/cryptfs"
program file
.TP
.B "#ETCDIR#/crypttab"
cryptsetup configuration
.TP
.B "#ETCDIR#/fstab"
file system configuration
.SH AUTHOR
.nf
Erich Eckner <opensource at eckner dot net>
.fi