# # Linux VServer configuration # menu "Linux VServer" config VSERVER_LEGACY bool "Enable Legacy Kernel API" default y help This enables the legacy API used in vs1.xx, which allows to use older tools (for migration purposes). config PROC_SECURE bool "Enable Proc Security" depends on PROC_FS default y help Hide proc entries by default for xid>1 config VSERVER_HARDCPU bool "Enable Hard CPU Limits" depends on EXPERIMENTAL default n help Activate the Hard CPU Limits choice prompt "Persistent Inode Context Tagging" default INOXID_GID24 help This adds persistent context information to filesystems mounted with the tagxid option. Tagging is a requirement for per context disk limits and per context quota. config INOXID_NONE bool "Disabled" help no context information is store for inodes config INOXID_GID16 bool "UID32/GID16" help reduces GID to 16 bit, but leaves UID at 32 bit. config INOXID_GID24 bool "UID24/GID24" help uses the upper 8bit from UID and GID for XID tagging which leaves 24bit for UID/GID each, which should be more than sufficient for normal use. config INOXID_GID32 bool "UID32/GID32" help this uses otherwise reserved inode fields in the on disk representation, which limits the use to a few filesystems (currently ext2 and ext3) config INOXID_MAGIC bool "Runtime" depends on EXPERIMENTAL help inodes are tagged when first accessed, this doesn't require any persistant information, but might give funny results for mixed access. endchoice endmenu