universal8895: set blk loop min to 16
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / security / Kconfig
index 3aa60791f84d687eeab11e5b437e9e37c039d32c..7963cd3ea563a46c113a41c22acbd6a79fd9bc79 100644 (file)
@@ -40,6 +40,16 @@ config SECURITY
 
          If you are unsure how to answer this question, answer N.
 
+config PAGE_TABLE_ISOLATION
+       bool "Remove the kernel mapping in user mode"
+       default y
+       depends on X86_64 && SMP
+       help
+         This enforces a strict kernel and user space isolation, in order
+         to close hardware side channels on kernel address information.
+
+         If you are unsure how to answer this question, answer Y.
+
 config SECURITYFS
        bool "Enable the securityfs filesystem"
        help
@@ -172,8 +182,12 @@ source security/smack/Kconfig
 source security/tomoyo/Kconfig
 source security/apparmor/Kconfig
 source security/yama/Kconfig
+source security/mstdrv/Kconfig
 
 source security/integrity/Kconfig
+source security/tz_iccc/Kconfig
+source security/defex_lsm/Kconfig
+source security/dsms/Kconfig
 
 choice
        prompt "Default security module"