1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
7 menu "SELinux Utilities"
8 depends on BUSYBOX_CONFIG_SELINUX
12 config BUSYBOX_CONFIG_CHCON
15 depends on BUSYBOX_CONFIG_SELINUX
17 Enable support to change the security context of file.
19 config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS
20 bool "Enable long options"
22 depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_LONG_OPTS
24 Support long options for the chcon applet.
26 config BUSYBOX_CONFIG_GETENFORCE
29 depends on BUSYBOX_CONFIG_SELINUX
31 Enable support to get the current mode of SELinux.
33 config BUSYBOX_CONFIG_GETSEBOOL
36 depends on BUSYBOX_CONFIG_SELINUX
38 Enable support to get SELinux boolean values.
40 config BUSYBOX_CONFIG_LOAD_POLICY
43 depends on BUSYBOX_CONFIG_SELINUX
45 Enable support to load SELinux policy.
47 config BUSYBOX_CONFIG_MATCHPATHCON
50 depends on BUSYBOX_CONFIG_SELINUX
52 Enable support to get default security context of the
53 specified path from the file contexts configuration.
55 config BUSYBOX_CONFIG_RESTORECON
58 depends on BUSYBOX_CONFIG_SELINUX
60 Enable support to relabel files. The feature is almost
61 the same as setfiles, but usage is a little different.
63 config BUSYBOX_CONFIG_RUNCON
66 depends on BUSYBOX_CONFIG_SELINUX
68 Enable support to run command in speficied security context.
70 config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS
71 bool "Enable long options"
73 depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_LONG_OPTS
75 Support long options for the runcon applet.
77 config BUSYBOX_CONFIG_SELINUXENABLED
80 depends on BUSYBOX_CONFIG_SELINUX
82 Enable support for this command to be used within shell scripts
83 to determine if selinux is enabled.
85 config BUSYBOX_CONFIG_SETENFORCE
88 depends on BUSYBOX_CONFIG_SELINUX
90 Enable support to modify the mode SELinux is running in.
92 config BUSYBOX_CONFIG_SETFILES
95 depends on BUSYBOX_CONFIG_SELINUX
97 Enable support to modify to relabel files.
98 Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64,
99 (It is default in libselinux's Makefile), you _must_ enable
102 config BUSYBOX_CONFIG_FEATURE_SETFILES_CHECK_OPTION
103 bool "Enable check option"
105 depends on BUSYBOX_CONFIG_SETFILES
107 Support "-c" option (check the validity of the contexts against
108 the specified binary policy) for setfiles. Requires libsepol.
110 config BUSYBOX_CONFIG_SETSEBOOL
113 depends on BUSYBOX_CONFIG_SELINUX
115 Enable support for change boolean.
116 semanage and -P option is not supported yet.
118 config BUSYBOX_CONFIG_SESTATUS
121 depends on BUSYBOX_CONFIG_SELINUX
123 Displays the status of SELinux.