From 202a09960f3ebbad57248647cd03869f7d595e6e Mon Sep 17 00:00:00 2001 From: Zofia Abramowska Date: Thu, 13 Mar 2014 14:36:33 +0100 Subject: 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 --- arch/arm/configs/tizen_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3