summaryrefslogtreecommitdiffstats
path: root/rules/ecryptfs-utils.in
blob: e73dafdfcc958cfd997485e7c2c80545c888d5c5 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## SECTION=security

menuconfig ECRYPTFS_UTILS
	tristate
	prompt "ecryptfs-utils                "
	select KEYUTILS
	select LIBGCRYPT
	select HOST_INTLTOOL
	select HOST_GETTEXT	# needed for autogen.sh
	select HOST_GLIB	# needed for autogen.sh
	select HOST_LIBGCRYPT	# needed for autogen.sh
	help
	  eCryptfs is a POSIX-compliant enterprise-class stacked
	  cryptographic filesystem for Linux.

if ECRYPTFS_UTILS

# /sbin
config ECRYPTFS_UTILS_MOUNT_ECRYPTFS
	bool "mount.ecryptfs, umount.ecryptfs"

# /usr/bin
config ECRYPTFS_UTILS_ECRYPTFS_ADD_PASSPHRASE
	bool "ecryptfs-add-passphrase"

config ECRYPTFS_UTILS_ECRYPTFSD
	bool "ecryptfsd"

config ECRYPTFS_UTILS_ECRYPTFS_INSERT_WRAPPED_PASSPHRASE_INTO_KEYRING
	bool "ecryptfs-insert-wrapped-passphrase-into-keyring"

config ECRYPTFS_UTILS_ECRYPTFS_MANAGER
	bool "ecryptfs-manager"

config ECRYPTFS_UTILS_ECRYPTFS_REWRAP_PASSPHRASE
	bool "ecryptfs-rewrap-passphrase"

config ECRYPTFS_UTILS_ECRYPTFS_STAT
	bool "ecryptfs-stat"

config ECRYPTFS_UTILS_ECRYPTFS_UNWRAP_PASSPHRASE
	bool "ecryptfs-unwrap-passphrase"

config ECRYPTFS_UTILS_ECRYPTFS_WRAP_PASSPHRASE
	bool "ecryptfs-wrap-passphrase"

endif