X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Config.in;h=fff6d83d58efcf58c692de9a26997d1bb7a32447;hb=dc4178050a9e150d26fe7041191a5d124fcdf03c;hp=c2005c78a8fa8e6bfc14df539487c81a9bfeef78;hpb=3fd15e197e21aa313ce56126ee814f0ebc884dee;p=oweals%2Fbusybox.git diff --git a/Config.in b/Config.in index c2005c78a..fff6d83d5 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" @@ -254,18 +256,18 @@ config BUSYBOX_EXEC_PATH # These are auto-selected by other options config FEATURE_SYSLOG - bool "Support for logging to syslog" + bool #No description makes it a hidden option default n - help - This option is auto-selected when you select any applet which may - send its output to syslog. You do not need to select it manually. + #help + # This option is auto-selected when you select any applet which may + # send its output to syslog. You do not need to select it manually. config FEATURE_HAVE_RPC - bool "RPC support" + bool #No description makes it a hidden option default n - help - This is automatically selected if any of enabled applets need it. - You do not need to select it manually. + #help + # This is automatically selected if any of enabled applets need it. + # You do not need to select it manually. endmenu @@ -402,9 +404,18 @@ config CROSS_COMPILER_PREFIX help If you want to build BusyBox with a cross compiler, then you will need to set this to the cross-compiler prefix, for example, - "i386-uclibc-". Note that CROSS_COMPILE environment variable - or "make CROSS_COMPILE=xxx ..." will override this selection. - For native build leave it empty. + "i386-uclibc-". + + Note that CROSS_COMPILE environment variable or + "make CROSS_COMPILE=xxx ..." will override this selection. + + Native builds leave this empty. + +config EXTRA_CFLAGS + string "Additional CFLAGS" + default "" + help + Additional CFLAGS to pass to the compiler verbatim. endmenu @@ -491,8 +502,8 @@ config INCLUDE_SUSv2 will be supported in head, tail, and fold. (Note: should affect renice too.) -config PARSE - bool "Uniform config file parser debugging applet: parse" +### config PARSE +### bool "Uniform config file parser debugging applet: parse" endmenu @@ -590,9 +601,10 @@ source modutils/Config.in source util-linux/Config.in source miscutils/Config.in source networking/Config.in +source printutils/Config.in +source mailutils/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