summaryrefslogtreecommitdiff
path: root/cryptfs.8.in
blob: 37dc16f7902b8ee0031688052d55b1797127e31b (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
.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.
.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