aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-08-12 19:17:44 +0200
committerBastian Blank <waldi@debian.org>2021-08-15 20:14:12 +0200
commit66232ef71227b1f1e502d1ca8a96ef898762176e (patch)
tree91d32ebfe79f75fcb2dac1583651b09f70a0188d
parentbc38357b4de809934809010a278cb7f47f39e7fc (diff)
downloadkernel_replicant_linux-66232ef71227b1f1e502d1ca8a96ef898762176e.tar.gz
kernel_replicant_linux-66232ef71227b1f1e502d1ca8a96ef898762176e.tar.bz2
kernel_replicant_linux-66232ef71227b1f1e502d1ca8a96ef898762176e.zip
Enable SECURITY_LANDLOCK, SECURITY_PATH
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config7
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e16028d96b01..eee6b55f0505 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ linux (5.13.9-1~exp3) UNRELEASED; urgency=medium
[ Bastian Blank ]
* [mips*] Increase RELOCATION_TABLE_SIZE to 0x1c0000.
+ * Enable SECURITY_LANDLOCK, SECURITY_PATH.
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 11 Aug 2021 13:11:46 +0200
diff --git a/debian/config/config b/debian/config/config
index b83235d32408..ef66d4817779 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -7686,7 +7686,7 @@ CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
-# CONFIG_SECURITY_PATH is not set
+CONFIG_SECURITY_PATH=y
# CONFIG_INTEL_TXT is not set
CONFIG_LSM_MMAP_MIN_ADDR=32768
CONFIG_HARDENED_USERCOPY=y
@@ -7750,6 +7750,11 @@ CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_KEY_DH_OPERATIONS=y
##
+## file: security/landlock/Kconfig
+##
+CONFIG_SECURITY_LANDLOCK=y
+
+##
## file: security/loadpin/Kconfig
##
# CONFIG_SECURITY_LOADPIN is not set