diff options
author | Zofia Abramowska <z.abramowska@samsung.com> | 2014-03-13 14:36:33 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:26 +0900 |
commit | d87e337e636ea8ece17715af4318cdd2aacac1cd (patch) | |
tree | 2762a3e5950d8ba56a7b335043c9a2b5e6d6dc19 /arch | |
parent | bd62b2d5bf02a381985481d8fcc481bb5c745e35 (diff) | |
download | linux-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')
-rw-r--r-- | arch/arm/configs/tizen_defconfig | 3 |
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 |