We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448855a commit c040b92Copy full SHA for c040b92
zathura/seccomp-filters.c
@@ -78,6 +78,9 @@ int seccomp_enable_strict_filter(zathura_t* zathura) {
78
ALLOW_RULE(fstatfs); /* statfs (below) */
79
ALLOW_RULE(ftruncate);
80
ALLOW_RULE(futex);
81
+#ifdef __NR_futex_time64
82
+ ALLOW_RULE(futex_time64);
83
+#endif
84
/* ALLOW_RULE(getdents); 32 bit only */
85
ALLOW_RULE(getdents64);
86
ALLOW_RULE(getegid);
0 commit comments