OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
3 office 4 # see scripts/kbuild/config-language.txt.
1 office 5 #
6  
7 menu "SELinux Utilities"
8 depends on BUSYBOX_CONFIG_SELINUX
9  
10 config BUSYBOX_CONFIG_CHCON
3 office 11 bool "chcon"
1 office 12 default BUSYBOX_DEFAULT_CHCON
13 depends on BUSYBOX_CONFIG_SELINUX
14 help
3 office 15 Enable support to change the security context of file.
16  
17 config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS
18 bool "Enable long options"
19 default BUSYBOX_DEFAULT_FEATURE_CHCON_LONG_OPTIONS
20 depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_LONG_OPTS
1 office 21 config BUSYBOX_CONFIG_GETENFORCE
3 office 22 bool "getenforce"
1 office 23 default BUSYBOX_DEFAULT_GETENFORCE
24 depends on BUSYBOX_CONFIG_SELINUX
25 help
3 office 26 Enable support to get the current mode of SELinux.
1 office 27 config BUSYBOX_CONFIG_GETSEBOOL
3 office 28 bool "getsebool"
1 office 29 default BUSYBOX_DEFAULT_GETSEBOOL
30 depends on BUSYBOX_CONFIG_SELINUX
31 help
3 office 32 Enable support to get SELinux boolean values.
1 office 33 config BUSYBOX_CONFIG_LOAD_POLICY
3 office 34 bool "load_policy"
1 office 35 default BUSYBOX_DEFAULT_LOAD_POLICY
36 depends on BUSYBOX_CONFIG_SELINUX
37 help
3 office 38 Enable support to load SELinux policy.
1 office 39 config BUSYBOX_CONFIG_MATCHPATHCON
3 office 40 bool "matchpathcon"
1 office 41 default BUSYBOX_DEFAULT_MATCHPATHCON
42 depends on BUSYBOX_CONFIG_SELINUX
43 help
3 office 44 Enable support to get default security context of the
45 specified path from the file contexts configuration.
1 office 46 config BUSYBOX_CONFIG_RUNCON
3 office 47 bool "runcon"
1 office 48 default BUSYBOX_DEFAULT_RUNCON
49 depends on BUSYBOX_CONFIG_SELINUX
50 help
3 office 51 Enable support to run command in specified security context.
52  
53 config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS
54 bool "Enable long options"
55 default BUSYBOX_DEFAULT_FEATURE_RUNCON_LONG_OPTIONS
56 depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_LONG_OPTS
1 office 57 config BUSYBOX_CONFIG_SELINUXENABLED
3 office 58 bool "selinuxenabled"
1 office 59 default BUSYBOX_DEFAULT_SELINUXENABLED
60 depends on BUSYBOX_CONFIG_SELINUX
61 help
3 office 62 Enable support for this command to be used within shell scripts
63 to determine if selinux is enabled.
1 office 64 config BUSYBOX_CONFIG_SESTATUS
3 office 65 bool "sestatus"
1 office 66 default BUSYBOX_DEFAULT_SESTATUS
67 depends on BUSYBOX_CONFIG_SELINUX
68 help
3 office 69 Displays the status of SELinux.
1 office 70 config BUSYBOX_CONFIG_SETENFORCE
3 office 71 bool "setenforce"
1 office 72 default BUSYBOX_DEFAULT_SETENFORCE
73 depends on BUSYBOX_CONFIG_SELINUX
74 help
3 office 75 Enable support to modify the mode SELinux is running in.
1 office 76 config BUSYBOX_CONFIG_SETFILES
3 office 77 bool "setfiles"
1 office 78 default BUSYBOX_DEFAULT_SETFILES
79 depends on BUSYBOX_CONFIG_SELINUX
80 help
3 office 81 Enable support to modify to relabel files.
82 Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64,
83 (It is default in libselinux's Makefile), you _must_ enable
84 CONFIG_LFS.
1 office 85  
86 config BUSYBOX_CONFIG_FEATURE_SETFILES_CHECK_OPTION
87 bool "Enable check option"
88 default BUSYBOX_DEFAULT_FEATURE_SETFILES_CHECK_OPTION
89 depends on BUSYBOX_CONFIG_SETFILES
90 help
3 office 91 Support "-c" option (check the validity of the contexts against
92 the specified binary policy) for setfiles. Requires libsepol.
1 office 93  
94 config BUSYBOX_CONFIG_RESTORECON
3 office 95 bool "restorecon"
1 office 96 default BUSYBOX_DEFAULT_RESTORECON
97 depends on BUSYBOX_CONFIG_SELINUX
98 help
3 office 99 Enable support to relabel files. The feature is almost
100 the same as setfiles, but usage is a little different.
1 office 101 config BUSYBOX_CONFIG_SETSEBOOL
3 office 102 bool "setsebool"
1 office 103 default BUSYBOX_DEFAULT_SETSEBOOL
104 depends on BUSYBOX_CONFIG_SELINUX
105 help
3 office 106 Enable support for change boolean.
107 semanage and -P option is not supported yet.
1 office 108  
109 endmenu