aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/seccomp/bpf-helper.h
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2016-07-05 23:53:19 -0700
committerKees Cook <keescook@chromium.org>2016-07-07 10:58:03 -0700
commitf6041c1d8a0825e41219a0443d365318d238d7b3 (patch)
treea46722209d07b7de7111ac77c384e3738b36771a /samples/seccomp/bpf-helper.h
parentMerge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next (diff)
downloadwireguard-linux-f6041c1d8a0825e41219a0443d365318d238d7b3.tar.xz
wireguard-linux-f6041c1d8a0825e41219a0443d365318d238d7b3.zip
samples/seccomp: Add standalone config option
Add a separate Kconfig option for SAMPLES_SECCOMP. Main reason for this is that, just like other samples, it's forced to be a module. Without this, since the sample is a target only controlled by CONFIG_SECCOMP_FILTER, the samples will be built before include files are put in place properly. For example, from an arm64 allmodconfig built with "make -sk -j 32" (without specific target), the following happens: samples/seccomp/bpf-fancy.c:13:27: fatal error: linux/seccomp.h: No such file or directory samples/seccomp/bpf-helper.h:20:50: fatal error: linux/seccomp.h: No such file or directory samples/seccomp/dropper.c:20:27: fatal error: linux/seccomp.h: No such file or directory samples/seccomp/bpf-direct.c:21:27: fatal error: linux/seccomp.h: No such file or directory So, just stick to the same format as other samples. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'samples/seccomp/bpf-helper.h')
0 files changed, 0 insertions, 0 deletions