summaryrefslogtreecommitdiffstats
path: root/rules/ecryptfs-utils.in
blob: e8bf0c3cee87c8e0c761302dfb3167b53007dd93 (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
48
49
50
51
52
53
54
55
56
## SECTION=security

menuconfig ECRYPTFS_UTILS
	tristate
	prompt "ecryptfs-utils                "
	select KEYUTILS
	select NSS
	select HOST_INTLTOOL
	select ATTR			if ECRYPTFS_UTILS_TESTS
	select BASH			if ECRYPTFS_UTILS_TESTS
	select COREUTILS		if ECRYPTFS_UTILS_TESTS
	select COREUTILS_DF		if ECRYPTFS_UTILS_TESTS
	select COREUTILS_MKDIR		if ECRYPTFS_UTILS_TESTS
	select COREUTILS_SLEEP		if ECRYPTFS_UTILS_TESTS
	select COREUTILS_STAT		if ECRYPTFS_UTILS_TESTS
	select COREUTILS_TR		if ECRYPTFS_UTILS_TESTS
	select COREUTILS_TRUNCATE	if ECRYPTFS_UTILS_TESTS
	select UTIL_LINUX_NG_MKFS	if ECRYPTFS_UTILS_TESTS
	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"

config ECRYPTFS_UTILS_TESTS
	bool "ecryptfs-tests"
endif