summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZofia Abramowska <z.abramowska@samsung.com>2014-03-13 14:36:33 +0100
committerZofia Abramowska <z.abramowska@samsung.com>2014-04-04 16:43:52 +0200
commit202a09960f3ebbad57248647cd03869f7d595e6e (patch)
tree8036a0be95f2424c54157cd3e9b659de8a26ef8d
parent6bcabf75cc5a42f565634ae65d6e6c2fe76d10f2 (diff)
downloadlinux-3.10-202a09960f3ebbad57248647cd03869f7d595e6e.tar.gz
linux-3.10-202a09960f3ebbad57248647cd03869f7d595e6e.tar.bz2
linux-3.10-202a09960f3ebbad57248647cd03869f7d595e6e.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>
-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