blob: 42bca66d6c911b71af160dcbc289d33333e41318 [file] [log] [blame]
Denis Vlasenkod46d3c22007-02-06 19:28:50 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Selinux Utilities"
7 depends on SELINUX
8
Denis Vlasenko49622d72007-03-10 16:58:49 +00009config CHCON
10 bool "chcon"
11 default n
12 depends on SELINUX
13 help
14 Enable support to change the security context of file.
15
16config 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
Denis Vlasenkod46d3c22007-02-06 19:28:50 +000023config GETENFORCE
24 bool "getenforce"
25 default n
26 depends on SELINUX
27 help
28 Enable support to get the current mode of SELinux.
29
30config GETSEBOOL
31 bool "getsebool"
32 default n
33 depends on SELINUX
34 help
35 Enable support to get SELinux boolean values.
36
Denis Vlasenko1fc6e562007-03-24 15:37:57 +000037config LOAD_POLICY
38 bool "load_policy"
39 default n
40 depends on SELINUX
41 help
42 Enable support to load SELinux policy.
43
Denis Vlasenkod46d3c22007-02-06 19:28:50 +000044config 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
Denis Vlasenko49622d72007-03-10 16:58:49 +000052config RUNCON
53 bool "runcon"
54 default n
55 depends on SELINUX
56 help
57 Enable support to run command in speficied security context.
58
59config 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
Denis Vlasenkod46d3c22007-02-06 19:28:50 +000066config 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
74config 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
81endmenu
82