blob: b434352c03182205b41d148d201080353b1494f6 [file] [log] [blame]
From e3af7e25928c6e5e603aeb598ccc299dfe6daeb5 Mon Sep 17 00:00:00 2001
From: Raul E Rangel <rrangel@chromium.org>
Date: Thu, 17 Dec 2020 15:33:12 -0700
Subject: [PATCH] FIXUP: CHROMIUM: LSM: chromiumos security module
Add bpf to the list. It's included in all the other lines.
BUG=b:171715474
TEST=boot zork to OS and log in
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: If754ba8d54b33a0ed998d9be7db97d91d910732d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2597774
Commit-Queue: Guenter Roeck <groeck@chromium.org>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
---
security/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/Kconfig b/security/Kconfig
index 6bdbf5dae708..9749b797e905 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -287,7 +287,7 @@ config LSM
default "landlock,lockdown,yama,loadpin,safesetid,integrity,apparmor,selinux,smack,tomoyo,bpf" if DEFAULT_SECURITY_APPARMOR
default "landlock,lockdown,yama,loadpin,safesetid,integrity,tomoyo,bpf" if DEFAULT_SECURITY_TOMOYO
default "landlock,lockdown,yama,loadpin,safesetid,integrity,bpf" if DEFAULT_SECURITY_DAC
- default "landlock,lockdown,yama,loadpin,safesetid,integrity,chromiumos,selinux" if DEFAULT_SECURITY_CHROMIUMOS
+ default "landlock,lockdown,yama,loadpin,safesetid,integrity,chromiumos,selinux,bpf" if DEFAULT_SECURITY_CHROMIUMOS
default "landlock,lockdown,yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor,bpf"
help
A comma-separated list of LSMs, in initialization order.
--
2.31.1.607.g51e8a6a459-goog