diff --git a/zathura/seccomp-filters.c b/zathura/seccomp-filters.c index 03ccc8f..ecb7fae 100644 --- a/zathura/seccomp-filters.c +++ b/zathura/seccomp-filters.c @@ -227,7 +227,6 @@ seccomp_enable_strict_filter(void) /* required for testing only */ 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));