Merge branch 'master' into 'develop'

add syscall for strict sandbox

See merge request pwmt/zathura!50
This commit is contained in:
Sebastian Ramacher 2022-02-12 11:18:42 +00:00
commit 98f8540f32

View File

@ -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 */