summaryrefslogtreecommitdiff
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-24 19:48:47 (GMT)
committer Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-24 19:48:47 (GMT)
commitaa2a1c000c360d89c36c9b1138473ab5f57a946f (patch)
tree269e8d11d3920ca694c2256d91f08ef72af6397b
parente8efe81abf77859536b4a1075dd7be5a719658ba (diff)
downloadbusybox-aa2a1c000c360d89c36c9b1138473ab5f57a946f.zip
busybox-aa2a1c000c360d89c36c9b1138473ab5f57a946f.tar.gz
busybox-aa2a1c000c360d89c36c9b1138473ab5f57a946f.tar.bz2
- improve wording and fix alphabetical order
Diffstat
-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 f575e91..85d576e 100644
--- a/Config.in
+++ b/Config.in
@@ -155,15 +155,17 @@ config FEATURE_SUID
default n
help
With this option you can install the busybox binary belonging
- to root with the suid bit set, and it'll and it'll automatically drop
+ to root with the suid bit set, and it will automatically drop
priviledges for applets that don't need root access.
- If you're really paranoid and don't want to do this, build two
+ If you are really paranoid and don't want to do this, build two
busybox binaries with different applets in them (and the appropriate
symlinks pointing to each binary), and only set the suid bit on the
one that needs it. The applets currently marked to need the suid bit
- are login, passwd, su, ping, traceroute, crontab, dnsd, ipcrm, ipcs,
- and vlock.
+ are:
+
+ crontab, dnsd, findfs, ipcrm, ipcs, login, passwd, ping, su,
+ traceroute, vlock.
config FEATURE_SUID_CONFIG
bool "Runtime SUID/SGID configuration via /etc/busybox.conf"
@@ -593,9 +595,9 @@ source modutils/Config.in
source util-linux/Config.in
source miscutils/Config.in
source networking/Config.in
+source printutils/Config.in
source procps/Config.in
-source shell/Config.in
-source sysklogd/Config.in
source runit/Config.in
source selinux/Config.in
-source printutils/Config.in
+source shell/Config.in
+source sysklogd/Config.in
diff --git a/printutils/Config.in b/printutils/Config.in
index e0bf71b..6912ece 100644
--- a/printutils/Config.in
+++ b/printutils/Config.in
@@ -1,3 +1,8 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
menu "Print Utilities"
config LPD
diff --git a/selinux/Config.in b/selinux/Config.in
index f764056..e795e73 100644
--- a/selinux/Config.in
+++ b/selinux/Config.in
@@ -3,7 +3,7 @@
# see scripts/kbuild/config-language.txt.
#
-menu "Selinux Utilities"
+menu "SELinux Utilities"
depends on SELINUX
config CHCON