allow pipe2 syscall

This commit is contained in:
valoq 2020-05-30 13:52:31 +02:00
parent d5698845f5
commit b02c73fcb1
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

View File

@ -187,6 +187,7 @@ seccomp_enable_strict_filter(void)
//ALLOW_RULE (open); /* (zathura needs to open for writing) TODO: avoid needing this somehow */
//ALLOW_RULE (openat);
ALLOW_RULE(pipe);
ALLOW_RULE(pipe2);
ALLOW_RULE(poll);
ALLOW_RULE(pwrite64); /* TODO: build detailed filter */
ALLOW_RULE(pread64);