You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
496 B
11 lines
496 B
# 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.
|
|
#
|
|
# The final seccomp allowlist is SYSCALLS.TXT - SECCOMP_BLOCKLIST.TXT + SECCOMP_ALLOWLIST.TXT
|
|
# Any entry in the blocklist must be in the syscalls file and not be in the allowlist file
|
|
#
|
|
# This file is processed by a python script named genseccomp.py.
|
|
|
|
int swapon(const char*, int) all
|
|
int swapoff(const char*) all
|