aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-01 16:56:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-01 16:56:12 +0000
commit732268fe69739411c8e1373e688381253a04efe6 (patch)
tree2c640689fdc2e57ad8ad9901f7470a4424e3a36c /Config.in
parent4c87d4f242985f3ca6b2e6009ff724b0390fe583 (diff)
downloadbusybox-w32-732268fe69739411c8e1373e688381253a04efe6.tar.gz
busybox-w32-732268fe69739411c8e1373e688381253a04efe6.tar.bz2
busybox-w32-732268fe69739411c8e1373e688381253a04efe6.zip
- provide central knob to turn off RPC related options.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 5e70a523a..fb07c681b 100644
--- a/Config.in
+++ b/Config.in
@@ -203,6 +203,14 @@ config FEATURE_SUID_CONFIG_QUIET
203 /etc/busybox.conf should be readable by the user needing the SUID, check 203 /etc/busybox.conf should be readable by the user needing the SUID, check
204 this option to avoid users to be notified about missing permissions. 204 this option to avoid users to be notified about missing permissions.
205 205
206config FEATURE_HAVE_RPC
207 bool "RPC support"
208 default y
209 help
210 Select this if you have rpc support.
211 This automatically turns off all configuration options that rely
212 on RPC.
213
206config SELINUX 214config SELINUX
207 bool "Support NSA Security Enhanced Linux" 215 bool "Support NSA Security Enhanced Linux"
208 default n 216 default n