Enable seccomp in tizen_defconfig arm configuration
authorZofia Abramowska <z.abramowska@samsung.com>
Thu, 13 Mar 2014 13:36:33 +0000 (14:36 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:26 +0000 (11:47 +0900)
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>
arch/arm/configs/tizen_defconfig

index 9b9e856..27c23b3 100644 (file)
@@ -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