summaryrefslogtreecommitdiff
path: root/arch/arm/configs/tizen_defconfig
diff options
context:
space:
mode:
authorZofia Abramowska <z.abramowska@samsung.com>2014-03-13 14:36:33 +0100
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:47:26 +0900
commitd87e337e636ea8ece17715af4318cdd2aacac1cd (patch)
tree2762a3e5950d8ba56a7b335043c9a2b5e6d6dc19 /arch/arm/configs/tizen_defconfig
parentbd62b2d5bf02a381985481d8fcc481bb5c745e35 (diff)
downloadlinux-3.10-d87e337e636ea8ece17715af4318cdd2aacac1cd.tar.gz
linux-3.10-d87e337e636ea8ece17715af4318cdd2aacac1cd.tar.bz2
linux-3.10-d87e337e636ea8ece17715af4318cdd2aacac1cd.zip
Enable seccomp in tizen_defconfig arm configuration
Enabling seccomp and seccomp filters due to future seccomp related work on platform for limiting access to system for unprivileged applications. Change-Id: Ib067d5510e06d89e539537485fecd63e9bd92c40 Signed-off-by: Zofia Abramowska <z.abramowska@samsung.com>
Diffstat (limited to 'arch/arm/configs/tizen_defconfig')
-rw-r--r--arch/arm/configs/tizen_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig
index 9b9e8563fb5..27c23b33ea5 100644
--- a/arch/arm/configs/tizen_defconfig
+++ b/arch/arm/configs/tizen_defconfig
@@ -509,7 +509,8 @@ CONFIG_PGTABLE_MAPPING=y
CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_ALIGNMENT_TRAP=y
# CONFIG_UACCESS_WITH_MEMCPY is not set
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y
+CONFIG_SECCOMP_FILTER=y
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_XEN is not set