From dd5413ffc1f1e3d21476e0fd5d52e947dc5dfe9b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 25 Aug 2016 18:25:02 +0100 Subject: [PATCH] [arm*] Enable SECCOMP (Closes: #833183) --- debian/changelog | 1 + debian/config/arm64/config | 1 + debian/config/kernelarch-arm/config | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 933bf43db..f6b881986 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ linux (4.7.2-1) UNRELEASED; urgency=medium (Closes: #830268) - usbip: Put all autotools-generated files in the build directory - linux-headers: Exclude all .cmd files + * [arm*] Enable SECCOMP (Closes: #833183) [ Martin Michlmayr ] * [armhf] Enable MMC_SDHCI_IPROC and HW_RANDOM_BCM2835 for BCM2835. diff --git a/debian/config/arm64/config b/debian/config/arm64/config index a42317dc3..8be639254 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -6,6 +6,7 @@ CONFIG_ARM64_ERRATUM_834220=y #. Until we decide how/whether to handle this in userland as well # CONFIG_ARM64_ERRATUM_843419 is not set CONFIG_SCHED_MC=y +CONFIG_SECCOMP=y CONFIG_XEN=y CONFIG_RANDOMIZE_BASE=y CONFIG_RANDOMIZE_MODULE_REGION_FULL=y diff --git a/debian/config/kernelarch-arm/config b/debian/config/kernelarch-arm/config index 7c23afccb..eafef7451 100644 --- a/debian/config/kernelarch-arm/config +++ b/debian/config/kernelarch-arm/config @@ -5,6 +5,7 @@ CONFIG_MMU=y CONFIG_AEABI=y # CONFIG_OABI_COMPAT is not set CONFIG_CPU_SW_DOMAIN_PAN=y +CONFIG_SECCOMP=y CONFIG_KEXEC=y ##