summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2016-09-02 10:13:21 +0530
committerMark Salyzyn <salyzyn@google.com>2016-09-02 14:36:35 +0000
commit8e975e71f5123f4d2567a98f01641f7c02f8d2a2 (patch)
tree3eed6a73ed14e6b7997f43d4bc39d3e3b0064574 /android
parenta4e59955acf0ae25d805e0a0d251ac8f4b1808e7 (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