|
|
@@ -171,6 +171,7 @@ struct ltchars {
|
|
|
#include <linux/rtnetlink.h>
|
|
|
#include <linux/ptrace.h>
|
|
|
#include <linux/sched.h>
|
|
|
+#include <linux/seccomp.h>
|
|
|
#include <linux/wait.h>
|
|
|
#include <linux/icmpv6.h>
|
|
|
#include <linux/serial.h>
|
|
|
@@ -403,6 +404,7 @@ ccflags="$@"
|
|
|
$2 ~ /^GRND_/ ||
|
|
|
$2 ~ /^KEY_(SPEC|REQKEY_DEFL)_/ ||
|
|
|
$2 ~ /^KEYCTL_/ ||
|
|
|
+ $2 ~ /^SECCOMP_MODE_/ ||
|
|
|
$2 ~ /^SPLICE_/ ||
|
|
|
$2 ~ /^(VM|VMADDR)_/ ||
|
|
|
$2 ~ /^XATTR_(CREATE|REPLACE)/ ||
|