mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
seccomp: more syscalls filter
This commit is contained in:
parent
f6e6c39edf
commit
109e3374d4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -116,6 +116,15 @@ SYS_rename,
|
||||
SYS_renameat2,
|
||||
#endif
|
||||
SYS_renameat,
|
||||
#ifdef SYS_readdir
|
||||
SYS_readdir,
|
||||
#endif
|
||||
#ifdef SYS_getdents
|
||||
SYS_getdents,
|
||||
#endif
|
||||
#ifdef SYS_getdents64
|
||||
SYS_getdents64,
|
||||
#endif
|
||||
#ifdef SYS_process_vm_readv
|
||||
SYS_process_vm_readv,
|
||||
#endif
|
||||
|
@ -116,6 +116,15 @@ SYS_rename,
|
||||
SYS_renameat2,
|
||||
#endif
|
||||
SYS_renameat,
|
||||
#ifdef SYS_readdir
|
||||
SYS_readdir,
|
||||
#endif
|
||||
#ifdef SYS_getdents
|
||||
SYS_getdents,
|
||||
#endif
|
||||
#ifdef SYS_getdents64
|
||||
SYS_getdents64,
|
||||
#endif
|
||||
#ifdef SYS_process_vm_readv
|
||||
SYS_process_vm_readv,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user