mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-13 14:56:01 +01:00
add syscall for strict sandbox
This commit is contained in:
parent
35e41f94aa
commit
c4035940e7
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ seccomp_enable_strict_filter(void)
|
|||
ALLOW_RULE(eventfd2);
|
||||
ALLOW_RULE(exit);
|
||||
ALLOW_RULE(exit_group);
|
||||
ALLOW_RULE(epoll_create);
|
||||
ALLOW_RULE(epoll_ctl);
|
||||
ALLOW_RULE(fadvise64);
|
||||
ALLOW_RULE(fallocate);
|
||||
ALLOW_RULE(fcntl); /* TODO: build detailed filter */
|
||||
|
|
Loading…
Reference in a new issue