From 2b31345f36a04f232a5f698a6dc19e8123f204ab Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Mon, 9 Dec 2019 13:56:27 +0200 Subject: Autogenerated files for linux/mips64le This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate --- sys/linux/seccomp_mips64le.const | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys/linux/seccomp_mips64le.const (limited to 'sys/linux/seccomp_mips64le.const') diff --git a/sys/linux/seccomp_mips64le.const b/sys/linux/seccomp_mips64le.const new file mode 100644 index 000000000..4e25b6834 --- /dev/null +++ b/sys/linux/seccomp_mips64le.const @@ -0,0 +1,16 @@ +# AUTOGENERATED FILE +SECCOMP_FILTER_FLAG_LOG = 2 +SECCOMP_FILTER_FLAG_LOG_LISTENER = 10 +SECCOMP_FILTER_FLAG_NEW_LISTENER = 8 +SECCOMP_FILTER_FLAG_SPEC_ALLOW = 4 +SECCOMP_FILTER_FLAG_SPEC_ALLOW_LISTENER = 12 +SECCOMP_FILTER_FLAG_TSYNC = 1 +SECCOMP_GET_ACTION_AVAIL = 2 +SECCOMP_GET_NOTIF_SIZES = 3 +SECCOMP_IOCTL_NOTIF_ID_VALID = 1074274562 +SECCOMP_IOCTL_NOTIF_RECV = 3226476800 +SECCOMP_IOCTL_NOTIF_SEND = 3222806785 +SECCOMP_SET_MODE_FILTER = 1 +SECCOMP_SET_MODE_STRICT = 0 +__NR_ioctl = 5015 +__NR_seccomp = 5312 -- cgit mrf-deployment