diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-07 15:25:46 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-07 15:25:46 -0700 |
commit | 5eed595de9c561557cc2d862d379bf949ca76857 (patch) | |
tree | c29e2d96b607749820419c561e3d9b8631bb3b0c /config.x86_64 | |
parent | Reorganize PKGBUILD (diff) | |
download | linux-5eed595de9c561557cc2d862d379bf949ca76857.tar.xz |
As per upstream, "Disable integrity, enable safesetid, only load yama by default"
Diffstat (limited to 'config.x86_64')
-rw-r--r-- | config.x86_64 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/config.x86_64 b/config.x86_64 index 08ad562..bdf223e 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -9350,18 +9350,14 @@ CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y # CONFIG_SECURITY_APPARMOR_DEBUG is not set # CONFIG_SECURITY_LOADPIN is not set CONFIG_SECURITY_YAMA=y -# CONFIG_SECURITY_SAFESETID is not set -CONFIG_INTEGRITY=y -# CONFIG_INTEGRITY_SIGNATURE is not set -CONFIG_INTEGRITY_AUDIT=y -# CONFIG_IMA is not set -# CONFIG_EVM is not set +CONFIG_SECURITY_SAFESETID=y +# CONFIG_INTEGRITY is not set # CONFIG_DEFAULT_SECURITY_SELINUX is not set # CONFIG_DEFAULT_SECURITY_SMACK is not set # CONFIG_DEFAULT_SECURITY_TOMOYO is not set # CONFIG_DEFAULT_SECURITY_APPARMOR is not set CONFIG_DEFAULT_SECURITY_DAC=y -CONFIG_LSM="yama,loadpin,safesetid,integrity" +CONFIG_LSM="yama" CONFIG_XOR_BLOCKS=m CONFIG_ASYNC_CORE=m CONFIG_ASYNC_MEMCPY=m |