From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1892F139360 for ; Tue, 3 Aug 2021 11:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BDAAE09AE; Tue, 3 Aug 2021 11:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49EB2E09AE for ; Tue, 3 Aug 2021 11:02:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB281343B72 for ; Tue, 3 Aug 2021 11:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30BF27DC for ; Tue, 3 Aug 2021 11:02:02 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1627988425.654733d4f1d5b525eeaaca34142ecbba64789876.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:master commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 654733d4f1d5b525eeaaca34142ecbba64789876 X-VCS-Branch: master Date: Tue, 3 Aug 2021 11:02:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be529062-bdd8-49b9-bfef-c0a5586b23cf X-Archives-Hash: bb89bbab2b5b041f40ec98199911e6ee commit: 654733d4f1d5b525eeaaca34142ecbba64789876 Author: Mike Pagano gentoo org> AuthorDate: Tue Aug 3 11:00:25 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Tue Aug 3 11:00:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=654733d4 Fix SECCOMP Patch Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index f875dba..fa005e6 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