Skip to content

Commit

Permalink
Add warning to the syscall filter in service file
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkTed committed Oct 4, 2022
1 parent 7362840 commit 6e97249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/linux/doh-client.service
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ SecureBits=no-cap-ambient-raise,no-cap-ambient-raise-locked


# System Call Filtering
##
## syscall filter for the current Arch Linux kernel (remove it for other distros if it causes
## problems)
SystemCallFilter=access arch_prctl bind brk clone close connect epoll_create1 epoll_ctl epoll_wait
SystemCallFilter=eventfd2 execve fcntl futex getrandom getsockopt ioctl mmap mprotect munmap
SystemCallFilter=newfstatat openat poll prctl pread64 prlimit64 read recvfrom rt_sigaction
Expand Down

0 comments on commit 6e97249

Please sign in to comment.