File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ SecureBits=no-cap-ambient-raise,no-cap-ambient-raise-locked
49
49
# System Call Filtering
50
50
## syscall filter for the current Arch Linux kernel (remove it for other distros if it causes
51
51
## 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
55
55
SystemCallFilter =rt_sigprocmask sched_getaffinity sendto set_robust_list set_tid_address setsockopt
56
56
SystemCallFilter =sigaltstack socket statx write writev
57
57
##
You can’t perform that action at this time.
0 commit comments