Bram Bonné | acadd09 | 2020-05-06 13:49:55 +0200 | [diff] [blame^] | 1 | # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT. |
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 |