projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d90ae51
)
config: android: enable CONFIG_SECCOMP
author
Rob Herring
<
[email protected]
>
Tue, 11 Oct 2016 20:54:44 +0000
(13:54 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 11 Oct 2016 22:06:32 +0000
(15:06 -0700)
As of Android N, SECCOMP is required. Without it, we will get
mediaextractor error:
E /system/bin/mediaextractor: libminijail: prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER): Invalid argument
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Rob Herring <
[email protected]
>
Acked-by: John Stultz <
[email protected]
>
Cc: Amit Pundir <
[email protected]
>
Cc: Dmitry Shmidt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/configs/android-base.config
patch
|
blob
|
history
diff --git
a/kernel/configs/android-base.config
b/kernel/configs/android-base.config
index 248070e0d61d388c7978549bdd5743d6dd35876e..1a8f34f6360112bab3cc122b8027ec479768a7af 100644
(file)
--- a/
kernel/configs/android-base.config
+++ b/
kernel/configs/android-base.config
@@
-131,6
+131,7
@@
CONFIG_PREEMPT=y
CONFIG_QUOTA=y
CONFIG_RTC_CLASS=y
CONFIG_RT_GROUP_SCHED=y
+CONFIG_SECCOMP=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_SELINUX=y