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

View File

@ -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

View File

@ -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