Kconfig (bd072111e7319d90a7b8127f91c2806b9a6f279e) | Kconfig (a2551df7ec568d87793d2eea4ca744e86318f205) |
---|---|
1# 2# Security configuration 3# 4 5menu "Security options" 6 7config KEYS 8 bool "Enable access key retention support" --- 99 unchanged lines hidden (view full) --- 108 It prevents any programs running with egid == 0 if a specific 109 USB device is not present in the system. 110 111 See <http://www.linuxjournal.com/article.php?sid=6279> for 112 more information about this module. 113 114 If you are unsure how to answer this question, answer N. 115 | 1# 2# Security configuration 3# 4 5menu "Security options" 6 7config KEYS 8 bool "Enable access key retention support" --- 99 unchanged lines hidden (view full) --- 108 It prevents any programs running with egid == 0 if a specific 109 USB device is not present in the system. 110 111 See <http://www.linuxjournal.com/article.php?sid=6279> for 112 more information about this module. 113 114 If you are unsure how to answer this question, answer N. 115 |
116config LSM_MMAP_MIN_ADDR 117 int "Low address space for LSM to from user allocation" 118 depends on SECURITY && SECURITY_SELINUX 119 default 65535 120 help 121 This is the portion of low virtual memory which should be protected 122 from userspace allocation. Keeping a user from writing to low pages 123 can help reduce the impact of kernel NULL pointer bugs. 124 125 For most ia64, ppc64 and x86 users with lots of address space 126 a value of 65536 is reasonable and should cause no problems. 127 On arm and other archs it should not be higher than 32768. 128 Programs which use vm86 functionality or have some need to map 129 this low address space will need the permission specific to the 130 systems running LSM. 131 |
|
116source security/selinux/Kconfig 117source security/smack/Kconfig 118source security/tomoyo/Kconfig 119 120source security/integrity/ima/Kconfig 121 122endmenu 123 | 132source security/selinux/Kconfig 133source security/smack/Kconfig 134source security/tomoyo/Kconfig 135 136source security/integrity/ima/Kconfig 137 138endmenu 139 |