aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-24 19:48:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-24 19:48:47 +0000
commitaa2a1c000c360d89c36c9b1138473ab5f57a946f (patch)
tree269e8d11d3920ca694c2256d91f08ef72af6397b
parente8efe81abf77859536b4a1075dd7be5a719658ba (diff)
downloadbusybox-w32-aa2a1c000c360d89c36c9b1138473ab5f57a946f.tar.gz
busybox-w32-aa2a1c000c360d89c36c9b1138473ab5f57a946f.tar.bz2
busybox-w32-aa2a1c000c360d89c36c9b1138473ab5f57a946f.zip
- improve wording and fix alphabetical order
-rw-r--r--Config.in16
-rw-r--r--printutils/Config.in5
-rw-r--r--selinux/Config.in2
3 files changed, 15 insertions, 8 deletions
diff --git a/Config.in b/Config.in
index f575e91ce..85d576edb 100644
--- a/Config.in
+++ b/Config.in
@@ -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
168config FEATURE_SUID_CONFIG 170config 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
593source util-linux/Config.in 595source util-linux/Config.in
594source miscutils/Config.in 596source miscutils/Config.in
595source networking/Config.in 597source networking/Config.in
598source printutils/Config.in
596source procps/Config.in 599source procps/Config.in
597source shell/Config.in
598source sysklogd/Config.in
599source runit/Config.in 600source runit/Config.in
600source selinux/Config.in 601source selinux/Config.in
601source printutils/Config.in 602source shell/Config.in
603source 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
1menu "Print Utilities" 6menu "Print Utilities"
2 7
3config LPD 8config 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
6menu "Selinux Utilities" 6menu "SELinux Utilities"
7 depends on SELINUX 7 depends on SELINUX
8 8
9config CHCON 9config CHCON