diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-24 19:48:47 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-24 19:48:47 +0000 |
commit | aa2a1c000c360d89c36c9b1138473ab5f57a946f (patch) | |
tree | 269e8d11d3920ca694c2256d91f08ef72af6397b | |
parent | e8efe81abf77859536b4a1075dd7be5a719658ba (diff) | |
download | busybox-w32-aa2a1c000c360d89c36c9b1138473ab5f57a946f.tar.gz busybox-w32-aa2a1c000c360d89c36c9b1138473ab5f57a946f.tar.bz2 busybox-w32-aa2a1c000c360d89c36c9b1138473ab5f57a946f.zip |
- improve wording and fix alphabetical order
-rw-r--r-- | Config.in | 16 | ||||
-rw-r--r-- | printutils/Config.in | 5 | ||||
-rw-r--r-- | selinux/Config.in | 2 |
3 files changed, 15 insertions, 8 deletions
@@ -155,15 +155,17 @@ config FEATURE_SUID | |||
155 | default n | 155 | default n |
156 | help | 156 | help |
157 | With this option you can install the busybox binary belonging | 157 | With this option you can install the busybox binary belonging |
158 | to root with the suid bit set, and it'll and it'll automatically drop | 158 | to root with the suid bit set, and it will automatically drop |
159 | priviledges for applets that don't need root access. | 159 | priviledges for applets that don't need root access. |
160 | 160 | ||
161 | If you're really paranoid and don't want to do this, build two | 161 | If you are really paranoid and don't want to do this, build two |
162 | busybox binaries with different applets in them (and the appropriate | 162 | busybox binaries with different applets in them (and the appropriate |
163 | symlinks pointing to each binary), and only set the suid bit on the | 163 | symlinks pointing to each binary), and only set the suid bit on the |
164 | one that needs it. The applets currently marked to need the suid bit | 164 | one that needs it. The applets currently marked to need the suid bit |
165 | are login, passwd, su, ping, traceroute, crontab, dnsd, ipcrm, ipcs, | 165 | are: |
166 | and vlock. | 166 | |
167 | crontab, dnsd, findfs, ipcrm, ipcs, login, passwd, ping, su, | ||
168 | traceroute, vlock. | ||
167 | 169 | ||
168 | config FEATURE_SUID_CONFIG | 170 | config FEATURE_SUID_CONFIG |
169 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" | 171 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" |
@@ -593,9 +595,9 @@ source modutils/Config.in | |||
593 | source util-linux/Config.in | 595 | source util-linux/Config.in |
594 | source miscutils/Config.in | 596 | source miscutils/Config.in |
595 | source networking/Config.in | 597 | source networking/Config.in |
598 | source printutils/Config.in | ||
596 | source procps/Config.in | 599 | source procps/Config.in |
597 | source shell/Config.in | ||
598 | source sysklogd/Config.in | ||
599 | source runit/Config.in | 600 | source runit/Config.in |
600 | source selinux/Config.in | 601 | source selinux/Config.in |
601 | source printutils/Config.in | 602 | source shell/Config.in |
603 | source sysklogd/Config.in | ||
diff --git a/printutils/Config.in b/printutils/Config.in index e0bf71b07..6912ece6c 100644 --- a/printutils/Config.in +++ b/printutils/Config.in | |||
@@ -1,3 +1,8 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | |||
1 | menu "Print Utilities" | 6 | menu "Print Utilities" |
2 | 7 | ||
3 | config LPD | 8 | config LPD |
diff --git a/selinux/Config.in b/selinux/Config.in index f764056a2..e795e73d0 100644 --- a/selinux/Config.in +++ b/selinux/Config.in | |||
@@ -3,7 +3,7 @@ | |||
3 | # see scripts/kbuild/config-language.txt. | 3 | # see scripts/kbuild/config-language.txt. |
4 | # | 4 | # |
5 | 5 | ||
6 | menu "Selinux Utilities" | 6 | menu "SELinux Utilities" |
7 | depends on SELINUX | 7 | depends on SELINUX |
8 | 8 | ||
9 | config CHCON | 9 | config CHCON |