aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-08-09 16:39:36 +0200
committerBastian Blank <waldi@debian.org>2021-08-09 16:48:01 +0200
commit173fec4d952e14ab6147a9fb7a7a1a3f63f4a335 (patch)
tree035b26990bd947f2a9060f673e2408fa7c074ede
parent432666d44950ff603d69537f5ea7c5843fac04d8 (diff)
downloadkernel_replicant_linux-173fec4d952e14ab6147a9fb7a7a1a3f63f4a335.tar.gz
kernel_replicant_linux-173fec4d952e14ab6147a9fb7a7a1a3f63f4a335.tar.bz2
kernel_replicant_linux-173fec4d952e14ab6147a9fb7a7a1a3f63f4a335.zip
Enable SECURITYFS
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ee505ea6283..7e842f20107a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ linux (5.13.9-1~exp1) UNRELEASED; urgency=medium
* Always build-depend on native libelf-dev.
* Specify trusted certs file in package config.
* Enable PROC_VMCORE.
+ * Enable SECURITYFS.
-- Bastian Blank <waldi@debian.org> Thu, 27 May 2021 12:25:51 +0200
diff --git a/debian/config/config b/debian/config/config
index b424be19ce9e..fd55ef5faace 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -7672,6 +7672,7 @@ CONFIG_NET_KEY_MIGRATE=y
CONFIG_SECURITY_DMESG_RESTRICT=y
CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
CONFIG_SECURITY=y
+CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set