blob: 756affed1e94b3fe1ab5d6ca57ec4954200d5b3b [file] [log] [blame]
Victor Hsiehdbb86702020-06-15 09:29:07 -07001# This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
Paul Lawrence3dd3d552017-04-12 10:02:54 -07002# Note that the resultant policy is applied only to zygote spawned processes.
3#
Victor Hsieh4f02dd52017-12-20 09:19:22 -08004# This file is processed by a python script named genseccomp.py.
Chenbo Feng60f3ed42018-01-18 11:26:24 -08005
6int bpf(int cmd, union bpf_attr *attr, unsigned int size) all