main
dietshasta 2024-05-14 17:49:08 +01:00
parent c5dd9f5c8a
commit 94ac615801
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,9 @@ namespace i2p {
SCMP_SYS(clone3),
SCMP_SYS(close),
SCMP_SYS(connect),
SCMP_SYS(dup),
SCMP_SYS(dup2),
SCMP_SYS(dup3),
SCMP_SYS(epoll_create),
SCMP_SYS(epoll_create1),
SCMP_SYS(epoll_ctl),
@ -62,6 +65,7 @@ namespace i2p {
SCMP_SYS(getrandom),
SCMP_SYS(getsockname),
SCMP_SYS(getsockopt),
SCMP_SYS(gettid),
SCMP_SYS(ioctl),
SCMP_SYS(landlock_add_rule),
SCMP_SYS(landlock_create_ruleset),
@ -98,6 +102,7 @@ namespace i2p {
SCMP_SYS(shutdown),
SCMP_SYS(socket),
SCMP_SYS(sysinfo),
SCMP_SYS(tgkill),
SCMP_SYS(timerfd_create),
SCMP_SYS(timerfd_settime),
SCMP_SYS(umask),