configs/*: use KILL_PROCESS instead of KILL(_THREAD) when posssible

This commit is contained in:
Robert Swiecki
2022-02-07 17:23:31 +01:00
parent 6a99755e43
commit 3c03973f1f
9 changed files with 9 additions and 9 deletions

View File

@@ -142,7 +142,7 @@ mount {
is_bind: true
}
seccomp_string: "KILL {"
seccomp_string: "KILL_PROCESS {"
seccomp_string: " ptrace,"
seccomp_string: " process_vm_readv,"
seccomp_string: " process_vm_writev"