aboutsummaryrefslogtreecommitdiff
path: root/libc/SECCOMP_PRIORITY.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'libc/SECCOMP_PRIORITY.TXT')
-rw-r--r--libc/SECCOMP_PRIORITY.TXT10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/SECCOMP_PRIORITY.TXT b/libc/SECCOMP_PRIORITY.TXT
new file mode 100644
index 000000000..fb5ad4a79
--- /dev/null
+++ b/libc/SECCOMP_PRIORITY.TXT
@@ -0,0 +1,10 @@
+# This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
+# Note that the resultant policy is applied only to zygote spawned processes.
+#
+# This file is processed by a python script named genseccomp.py.
+#
+# The syscalls below are prioritized above other syscalls when checking seccomp policy, in
+# the order of appearance in this file.
+
+futex
+ioctl \ No newline at end of file