blob: bccc426b433c78c56dd2d845766ae7bb29a56fe9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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.
#
# The syscalls below are prioritized above other syscalls when checking seccomp policy, in
# the order of appearance in this file.
futex
ioctl
|