[arm*] Enable SECCOMP (Closes: #833183)

This commit is contained in:
Ben Hutchings 2016-08-25 18:25:02 +01:00
parent a45b0ae0a3
commit dd5413ffc1
3 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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.

View File

@ -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

View File

@ -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
##