add missing syscall

This commit is contained in:
valoq 2018-03-24 16:56:19 +01:00 committed by Sebastian Ramacher
parent cb1cab71c8
commit 6d99a74d1a

View File

@ -155,6 +155,7 @@ seccomp_enable_strict_filter(void)
ALLOW_RULE(getresgid);
ALLOW_RULE(getresuid);
ALLOW_RULE(getrlimit);
ALLOW_RULE(getpeername);
/* ALLOW_RULE (getsockname); */
/* ALLOW_RULE (getsockopt); needed for access to x11 socket in network namespace (without abstract sockets) */
ALLOW_RULE(inotify_add_watch);