new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
[oweals/busybox.git] / selinux / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Selinux Utilities"
7         depends on SELINUX
8
9 config GETENFORCE
10         bool "getenforce"
11         default n
12         depends on SELINUX
13         help
14           Enable support to get the current mode of SELinux.
15
16 config GETSEBOOL
17         bool "getsebool"
18         default n
19         depends on SELINUX
20         help
21           Enable support to get SELinux boolean values.
22
23 config MATCHPATHCON
24         bool "matchpathcon"
25         default n
26         depends on SELINUX
27         help
28           Enable support to get default security context of the
29           specified path from the file contexts configuration.
30
31 config SELINUXENABLED
32         bool "selinuxenabled"
33         default n
34         depends on SELINUX
35         help
36           Enable support for this command to be used within shell scripts
37           to determine if selinux is enabled.
38
39 config SETENFORCE
40         bool "setenforce"
41         default n
42         depends on SELINUX
43         help
44           Enable support to modify the mode SELinux is running in.
45
46 endmenu
47