diff options
Diffstat (limited to 'selinux/Config.in')
-rw-r--r-- | selinux/Config.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/selinux/Config.in b/selinux/Config.in index b078ee59e..6c08e51b7 100644 --- a/selinux/Config.in +++ b/selinux/Config.in | |||
@@ -6,6 +6,20 @@ | |||
6 | menu "Selinux Utilities" | 6 | menu "Selinux Utilities" |
7 | depends on SELINUX | 7 | depends on SELINUX |
8 | 8 | ||
9 | config CHCON | ||
10 | bool "chcon" | ||
11 | default n | ||
12 | depends on SELINUX | ||
13 | help | ||
14 | Enable support to change the security context of file. | ||
15 | |||
16 | config FEATURE_CHCON_LONG_OPTIONS | ||
17 | bool "Enable long options" | ||
18 | default y | ||
19 | depends on CHCON && GETOPT_LONG | ||
20 | help | ||
21 | Support long options for the chcon applet. | ||
22 | |||
9 | config GETENFORCE | 23 | config GETENFORCE |
10 | bool "getenforce" | 24 | bool "getenforce" |
11 | default n | 25 | default n |
@@ -28,6 +42,20 @@ config MATCHPATHCON | |||
28 | Enable support to get default security context of the | 42 | Enable support to get default security context of the |
29 | specified path from the file contexts configuration. | 43 | specified path from the file contexts configuration. |
30 | 44 | ||
45 | config RUNCON | ||
46 | bool "runcon" | ||
47 | default n | ||
48 | depends on SELINUX | ||
49 | help | ||
50 | Enable support to run command in speficied security context. | ||
51 | |||
52 | config FEATURE_RUNCON_LONG_OPTIONS | ||
53 | bool "Enable long options" | ||
54 | default y | ||
55 | depends on RUNCON && GETOPT_LONG | ||
56 | help | ||
57 | Support long options for the runcon applet. | ||
58 | |||
31 | config SELINUXENABLED | 59 | config SELINUXENABLED |
32 | bool "selinuxenabled" | 60 | bool "selinuxenabled" |
33 | default n | 61 | default n |