OpenWrt – Diff between revs 2 and 3

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