mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-05 19:04:56 +01:00
Merge branch 'allow-vmsplice' into 'develop'
allow vmsplice in basic sandbox Closes #387 See merge request pwmt/zathura!86
This commit is contained in:
commit
17cb9c82e2
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ seccomp_enable_basic_filter(void)
|
|||
DENY_RULE(umount);
|
||||
DENY_RULE(umount2);
|
||||
DENY_RULE(uselib);
|
||||
DENY_RULE(vmsplice);
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue