summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2016-09-02 10:13:21 +0530
committerAmit Pundir <amit.pundir@linaro.org>2016-09-14 14:26:37 +0530
commitbfdbb3be1eaaf13cfbb7ac421356369e53fa7d0f (patch)
tree47f4e1dc2b00c5b7cf2dbd16a4bcb265ef1e7872 /android
parent6bc91eb13fe93cfdc23bdf2188ce9b987a3d0712 (diff)
ANDROID: base-cfg: drop SECCOMP_FILTER config
Don't need to set SECCOMP_FILTER explicitly since CONFIG_SECCOMP=y will select that config anyway. Fixes: a49dcf2e745c ("ANDROID: base-cfg: enable SECCOMP config") Change-Id: Iff18ed4d2db5a55b9f9480d5ecbeef7b818b3837 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/configs/android-base.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg
index 288bab2d858d..34fa64a669ac 100644
--- a/android/configs/android-base.cfg
+++ b/android/configs/android-base.cfg
@@ -142,7 +142,6 @@ CONFIG_QUOTA=y
CONFIG_RTC_CLASS=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_SECCOMP=y
-CONFIG_SECCOMP_FILTER=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y