Skip to content

Commit

Permalink
config: add SECCOMP filters to bcm2709
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Berthon <jcberthon@users.noreply.github.com>
  • Loading branch information
jcberthon committed Oct 26, 2016
1 parent d7cbfb8 commit ad1274c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/configs/bcm2709_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_VMSPLIT_2G=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
CONFIG_OABI_COMPAT=n
# CONFIG_CPU_SW_DOMAIN_PAN is not set
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
Expand All @@ -55,6 +55,8 @@ CONFIG_ZSMALLOC=m
CONFIG_PGTABLE_MAPPING=y
CONFIG_UACCESS_WITH_MEMCPY=y
CONFIG_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
# CONFIG_ATAGS is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
Expand Down

0 comments on commit ad1274c

Please sign in to comment.