From c52142f6cf4ccd953aa203bfa2aec96f052ae4fd Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 6 Nov 2023 22:19:19 +0100 Subject: [PATCH] allow vmsplice in basic sandbox Fixes #387 --- zathura/seccomp-filters.c | 1 - 1 file changed, 1 deletion(-) diff --git a/zathura/seccomp-filters.c b/zathura/seccomp-filters.c index 6c5a9ea..4900d8b 100644 --- a/zathura/seccomp-filters.c +++ b/zathura/seccomp-filters.c @@ -109,7 +109,6 @@ seccomp_enable_basic_filter(void) DENY_RULE(umount); DENY_RULE(umount2); DENY_RULE(uselib); - DENY_RULE(vmsplice); /* *