mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 12:36:01 +01:00
added new syscall to strict sandbox
This commit is contained in:
parent
5ffd3d031c
commit
f96451c985
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ seccomp_enable_strict_filter(void)
|
|||
ALLOW_RULE(mprotect);
|
||||
ALLOW_RULE(mremap);
|
||||
ALLOW_RULE(munmap);
|
||||
ALLOW_RULE(newfstatat);
|
||||
/* ALLOW_RULE (open); specified below */
|
||||
/* ALLOW_RULE (openat); specified below */
|
||||
ALLOW_RULE(pipe);
|
||||
|
|
Loading…
Reference in a new issue