summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2021-08-03 07:00:25 -0400
committerMike Pagano <mpagano@gentoo.org>2021-08-03 07:00:25 -0400
commit654733d4f1d5b525eeaaca34142ecbba64789876 (patch)
treef519d086b6386971654be842a197176f86f2ea46
parentSelect SECCOMP options only if supported (diff)
downloadlinux-patches-654733d4f1d5b525eeaaca34142ecbba64789876.tar.gz
linux-patches-654733d4f1d5b525eeaaca34142ecbba64789876.tar.bz2
linux-patches-654733d4f1d5b525eeaaca34142ecbba64789876.zip
Fix SECCOMP Patch
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--4567_distro-Gentoo-Kconfig.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index f875dba6..fa005e63 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -139,7 +139,7 @@
+ select NET_NS
+ select PROC_FS
+ select SECCOMP if HAVE_ARCH_SECCOMP
-+ select SECCOMP_FILTER HAVE_ARCH_SECCOMP_FILTER
++ select SECCOMP_FILTER if HAVE_ARCH_SECCOMP_FILTER
+ select SIGNALFD
+ select SYSFS
+ select TIMERFD
@@ -189,7 +189,7 @@
+ select BUG_ON_DATA_CORRUPTION
+ select SCHED_STACK_END_CHECK
+ select SECCOMP if HAVE_ARCH_SECCOMP
-+ select SECCOMP_FILTER HAVE_ARCH_SECCOMP_FILTER
++ select SECCOMP_FILTER if HAVE_ARCH_SECCOMP_FILTER
+ select SECURITY_YAMA
+ select SLAB_FREELIST_RANDOM
+ select SLAB_FREELIST_HARDENED