X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel%2Fvserver%2FKconfig;h=c665930c5c29736bee3e3d933b6833e22e4b513e;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=2658bc755a26e519d820e49ec66b281257e1468e;hpb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;p=linux-2.6.git diff --git a/kernel/vserver/Kconfig b/kernel/vserver/Kconfig index 2658bc755..c665930c5 100644 --- a/kernel/vserver/Kconfig +++ b/kernel/vserver/Kconfig @@ -2,21 +2,6 @@ # Linux VServer configuration # -config VSERVER - bool - default y - -config VSERVER_SECURITY - bool - depends on SECURITY - default y - select SECURITY_CAPABILITIES - -config VSERVER_LEGACYNET - bool - depends on !VSERVER_NGNET - default y - menu "Linux VServer" config VSERVER_LEGACY @@ -53,6 +38,15 @@ config VSERVER_NGNET by the chbind tool. Do not disable it unless you exactly know what you are doing. +config VSERVER_REMAP_SADDR + bool "Remap Source IP Address" + depends on EXPERIMENTAL && !VSERVER_LEGACY + default n + help + This allows to remap the source IP address of 'local' + connections from 127.0.0.1 to the first assigned + guest IP. + config VSERVER_PROC_SECURE bool "Enable Proc Security" depends on PROC_FS @@ -177,3 +171,19 @@ config VSERVER_HISTORY_SIZE endmenu + +config VSERVER + bool + default y + +config VSERVER_SECURITY + bool + depends on SECURITY + default y + select SECURITY_CAPABILITIES + +config VSERVER_LEGACYNET + bool + depends on !VSERVER_NGNET + default y +