add missing syscall

This commit is contained in:
valoq 2018-08-06 17:27:14 +02:00
parent 4cecf5388d
commit 6efe9cbdcb
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

View File

@ -146,6 +146,7 @@ seccomp_enable_strict_filter(void)
ALLOW_RULE(ftruncate);
ALLOW_RULE(futex);
ALLOW_RULE(getdents);
ALLOW_RULE(getdents64);
ALLOW_RULE(getegid);
ALLOW_RULE(geteuid);
ALLOW_RULE(getgid);