This commit is contained in:
Sebastian Ramacher 2020-06-16 21:07:47 +02:00
parent 575585f1f2
commit 2ec99e9f9e

View File

@ -228,7 +228,6 @@ seccomp_enable_strict_filter(void)
ALLOW_RULE(timer_create);
ALLOW_RULE(timer_delete);
/* Special requirements for ioctl, allowed on stdout/stderr */
ADD_RULE("allow", SCMP_ACT_ALLOW, ioctl, 1, SCMP_CMP(0, SCMP_CMP_EQ, 1));
ADD_RULE("allow", SCMP_ACT_ALLOW, ioctl, 1, SCMP_CMP(0, SCMP_CMP_EQ, 2));