Browse Source

seccomp: disable clone2

pull/127/head
bol-van 3 years ago
parent
commit
53d17aa4e1
  1. 5
      nfq/sec.c
  2. 5
      tpws/sec.c

5
nfq/sec.c

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

5
tpws/sec.c

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

Loading…
Cancel
Save