1 config BR2_PACKAGE_LIBSECCOMP
3 depends on BR2_aarch64 || BR2_mips || BR2_mipsel || BR2_mips64 || \
4 BR2_mips64el || BR2_i386 || BR2_x86_64 || BR2_powerpc64 || \
6 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
8 High level interface to the Linux Kernel's seccomp filter
10 The libseccomp library provides an easy to use, platform independent,
11 interface to the Linux Kernel's syscall filtering mechanism: seccomp.
12 The libseccomp API is designed to abstract away the underlying BPF
13 based syscall filter language and present a more conventional
14 function-call based filtering interface that should be familiar to,
15 and easily adopted by application developers.
17 https://github.com/seccomp/libseccomp
19 comment "libseccomp needs a toolchain w/ headers >= 3.12"
20 depends on BR2_aarch64 || BR2_mips || BR2_mipsel || BR2_mips64 || \
21 BR2_mips64el || BR2_i386 || BR2_x86_64
22 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12