Skip to content

Commit

Permalink
config: android: enable CONFIG_SECCOMP
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
robherring authored and torvalds committed Oct 11, 2016
1 parent d90ae51 commit 2489a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/configs/android-base.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2489a17

Please sign in to comment.