Skip to content

Commit 15d685d

Browse files
authored
Merge pull request #37 from thedanbob/service-fix
Add clone3 to permitted system calls
2 parents ee3b04d + e591c57 commit 15d685d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/linux/doh-client.service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ SecureBits=no-cap-ambient-raise,no-cap-ambient-raise-locked
4949
# System Call Filtering
5050
## syscall filter for the current Arch Linux kernel (remove it for other distros if it causes
5151
## problems)
52-
SystemCallFilter=access arch_prctl bind brk clone close connect epoll_create1 epoll_ctl epoll_wait
53-
SystemCallFilter=eventfd2 execve fcntl futex getrandom getsockopt ioctl mmap mprotect munmap
54-
SystemCallFilter=newfstatat openat poll prctl pread64 prlimit64 read recvfrom rt_sigaction
52+
SystemCallFilter=access arch_prctl bind brk clone clone3 close connect epoll_create1 epoll_ctl
53+
SystemCallFilter=epoll_wait eventfd2 execve fcntl futex getrandom getsockopt ioctl mmap mprotect
54+
SystemCallFilter=munmap newfstatat openat poll prctl pread64 prlimit64 read recvfrom rt_sigaction
5555
SystemCallFilter=rt_sigprocmask sched_getaffinity sendto set_robust_list set_tid_address setsockopt
5656
SystemCallFilter=sigaltstack socket statx write writev
5757
##

0 commit comments

Comments
 (0)