Add/improve comment, shorten some usage texts. No code changes.
[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 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
23 config GETENFORCE
24         bool "getenforce"
25         default n
26         depends on SELINUX
27         help
28           Enable support to get the current mode of SELinux.
29
30 config GETSEBOOL
31         bool "getsebool"
32         default n
33         depends on SELINUX
34         help
35           Enable support to get SELinux boolean values.
36
37 config LOAD_POLICY
38         bool "load_policy"
39         default n
40         depends on SELINUX
41         help
42           Enable support to load SELinux policy.
43
44 config MATCHPATHCON
45         bool "matchpathcon"
46         default n
47         depends on SELINUX
48         help
49           Enable support to get default security context of the
50           specified path from the file contexts configuration.
51
52 config RUNCON
53         bool "runcon"
54         default n
55         depends on SELINUX
56         help
57           Enable support to run command in speficied security context.
58
59 config FEATURE_RUNCON_LONG_OPTIONS
60         bool "Enable long options"
61         default y
62         depends on RUNCON && GETOPT_LONG
63         help
64           Support long options for the runcon applet.
65
66 config SELINUXENABLED
67         bool "selinuxenabled"
68         default n
69         depends on SELINUX
70         help
71           Enable support for this command to be used within shell scripts
72           to determine if selinux is enabled.
73
74 config SETENFORCE
75         bool "setenforce"
76         default n
77         depends on SELINUX
78         help
79           Enable support to modify the mode SELinux is running in.
80
81 endmenu
82