Victor Hsieh | dbb8670 | 2020-06-15 09:29:07 -0700 | [diff] [blame] | 1 | # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT. |
Bram Bonné | acadd09 | 2020-05-06 13:49:55 +0200 | [diff] [blame] | 2 | # Note that the resultant policy is applied only to zygote spawned processes. |
3 | # | ||||
4 | # This file is processed by a python script named genseccomp.py. | ||||
5 | # | ||||
6 | # The syscalls below are prioritized above other syscalls when checking seccomp policy, in | ||||
7 | # the order of appearance in this file. | ||||
8 | |||||
9 | futex | ||||
10 | ioctl |