From 2ec99e9f9eca8d5bdbf10b6aa167995bf1a92cb1 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 16 Jun 2020 21:07:47 +0200 Subject: [PATCH] CS --- zathura/seccomp-filters.c | 1 - 1 file changed, 1 deletion(-) 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));