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. |
Paul Lawrence | 3dd3d55 | 2017-04-12 10:02:54 -0700 | [diff] [blame] | 2 | # Note that the resultant policy is applied only to zygote spawned processes. |
| 3 | # |
Victor Hsieh | 4f02dd5 | 2017-12-20 09:19:22 -0800 | [diff] [blame] | 4 | # This file is processed by a python script named genseccomp.py. |
Chenbo Feng | 60f3ed4 | 2018-01-18 11:26:24 -0800 | [diff] [blame] | 5 | |
| 6 | int bpf(int cmd, union bpf_attr *attr, unsigned int size) all |