The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libseccomp / Config.in
1 config BR2_PACKAGE_LIBSECCOMP
2         bool "libseccomp"
3         depends on BR2_aarch64 || BR2_mips || BR2_mipsel || BR2_mips64 || \
4                 BR2_mips64el || BR2_i386 || BR2_x86_64
5         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
6         help
7           High level interface to the Linux Kernel's seccomp filter
8
9           The libseccomp library provides an easy to use, platform independent,
10           interface to the Linux Kernel's syscall filtering mechanism: seccomp.
11           The libseccomp API is designed to abstract away the underlying BPF
12           based syscall filter language and present a more conventional
13           function-call based filtering interface that should be familiar to,
14           and easily adopted by application developers.
15
16           https://github.com/seccomp/libseccomp
17
18 comment "libseccomp needs a toolchain w/ headers >= 3.12"
19         depends on BR2_aarch64 || BR2_mips || BR2_mipsel || BR2_mips64 || \
20                 BR2_mips64el || BR2_i386 || BR2_x86_64
21         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12