diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-01 16:56:12 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-01 16:56:12 +0000 |
commit | 732268fe69739411c8e1373e688381253a04efe6 (patch) | |
tree | 2c640689fdc2e57ad8ad9901f7470a4424e3a36c | |
parent | 4c87d4f242985f3ca6b2e6009ff724b0390fe583 (diff) | |
download | busybox-w32-732268fe69739411c8e1373e688381253a04efe6.tar.gz busybox-w32-732268fe69739411c8e1373e688381253a04efe6.tar.bz2 busybox-w32-732268fe69739411c8e1373e688381253a04efe6.zip |
- provide central knob to turn off RPC related options.
-rw-r--r-- | Config.in | 8 | ||||
-rw-r--r-- | networking/Config.in | 4 | ||||
-rw-r--r-- | util-linux/Config.in | 1 |
3 files changed, 11 insertions, 2 deletions
@@ -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 | ||
206 | config 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 | |||
206 | config SELINUX | 214 | config SELINUX |
207 | bool "Support NSA Security Enhanced Linux" | 215 | bool "Support NSA Security Enhanced Linux" |
208 | default n | 216 | default n |
diff --git a/networking/Config.in b/networking/Config.in index e9694af67..e6711078c 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -324,9 +324,9 @@ config FEATURE_INETD_RPC | |||
324 | bool "Support RPC services" | 324 | bool "Support RPC services" |
325 | default n | 325 | default n |
326 | depends on INETD | 326 | depends on INETD |
327 | depends on FEATURE_HAVE_RPC | ||
327 | help | 328 | help |
328 | Suuport Sun-RPC based services | 329 | Support Sun-RPC based services |
329 | |||
330 | 330 | ||
331 | config IP | 331 | config IP |
332 | bool "ip" | 332 | bool "ip" |
diff --git a/util-linux/Config.in b/util-linux/Config.in index a6640e19d..848914d6f 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -369,6 +369,7 @@ config FEATURE_MOUNT_NFS | |||
369 | bool "Support mounting NFS file systems" | 369 | bool "Support mounting NFS file systems" |
370 | default n | 370 | default n |
371 | depends on MOUNT | 371 | depends on MOUNT |
372 | depends on FEATURE_HAVE_RPC | ||
372 | select FEATURE_SYSLOG | 373 | select FEATURE_SYSLOG |
373 | help | 374 | help |
374 | Enable mounting of NFS file systems. | 375 | Enable mounting of NFS file systems. |