blob: 756affed1e94b3fe1ab5d6ca57ec4954200d5b3b (
plain)
1
2
3
4
5
6
|
# This file is used to populate seccomp's allowlist 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.
int bpf(int cmd, union bpf_attr *attr, unsigned int size) all
|