# # Security configuration # mainmenu_option next_comment comment 'Security options' tristate 'Capabilities Support' CONFIG_SECURITY_CAPABILITIES dep_tristate 'IP Networking Support' CONFIG_SECURITY_IP $CONFIG_NETFILTER source security/selinux/Config.in dep_tristate 'LSM port of Openwall (EXPERIMENTAL)' CONFIG_SECURITY_OWLSM $CONFIG_EXPERIMENTAL if [ "$CONFIG_SECURITY_OWLSM" = "y" -o "$CONFIG_SECURITY_OWLSM" = "m" ]; then bool 'Add RLIMITS_NPROC check to execve' CONFIG_OWLSM_RLIMIT_NPROC bool 'Restricted links in /tmp' CONFIG_OWLSM_LINK bool 'Special handling of fd 0, 1, and 2' CONFIG_OWLSM_FD fi dep_tristate 'Domain and Type Enforcement (EXPERIMENTAL)' CONFIG_SECURITY_DTE $CONFIG_EXPERIMENTAL dep_tristate 'Example LSM for Presentation (EXPERIMENTAL)' CONFIG_SECURITY_EX $CONFIG_EXPERIMENTAL endmenu