1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-21 04:42:59 +03:00

seccomp: disable clone2

This commit is contained in:
bol-van 2022-11-22 18:23:04 +03:00
parent 7af2d43d5f
commit 53d17aa4e1
2 changed files with 10 additions and 0 deletions
nfq
tpws

@ -30,7 +30,12 @@ SYS_execve,SYS_execveat,
#ifdef SYS_exec_with_loader
SYS_exec_with_loader,
#endif
#ifdef SYS_clone
SYS_clone,
#endif
#ifdef SYS_clone2
SYS_clone2,
#endif
#ifdef SYS_clone3
SYS_clone3,
#endif

@ -30,7 +30,12 @@ SYS_execve,SYS_execveat,
#ifdef SYS_exec_with_loader
SYS_exec_with_loader,
#endif
#ifdef SYS_clone
SYS_clone,
#endif
#ifdef SYS_clone2
SYS_clone2,
#endif
#ifdef SYS_clone3
SYS_clone3,
#endif