diff options
author | Bernhard Reutner-Fischer | 2006-12-01 16:56:12 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-12-01 16:56:12 +0000 |
commit | 732268fe69739411c8e1373e688381253a04efe6 (patch) | |
tree | 2c640689fdc2e57ad8ad9901f7470a4424e3a36c /Config.in | |
parent | 4c87d4f242985f3ca6b2e6009ff724b0390fe583 (diff) | |
download | busybox-732268fe69739411c8e1373e688381253a04efe6.zip busybox-732268fe69739411c8e1373e688381253a04efe6.tar.gz |
- provide central knob to turn off RPC related options.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -203,6 +203,14 @@ config FEATURE_SUID_CONFIG_QUIET /etc/busybox.conf should be readable by the user needing the SUID, check this option to avoid users to be notified about missing permissions. +config FEATURE_HAVE_RPC + bool "RPC support" + default y + help + Select this if you have rpc support. + This automatically turns off all configuration options that rely + on RPC. + config SELINUX bool "Support NSA Security Enhanced Linux" default n |