Skip to content

Commit

Permalink
seccomp
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jul 9, 2023
1 parent 2a8b5a6 commit 2f08794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/systemd/system/kloak.service
Expand Up @@ -55,7 +55,7 @@ NoNewPrivileges=true
RestrictRealtime=true
RestrictNamespaces=true
SystemCallArchitectures=native
SystemCallFilter=ioctl nanosleep select write read openat close brk fstat lseek mmap mprotect munmap rt_sigaction rt_sigprocmask access execve getuid arch_prctl set_tid_address set_robust_list prlimit64 pread64 getrandom newfstatat clock_nanosleep pselect6
SystemCallFilter=ioctl nanosleep select write read openat close brk fstat lseek mmap mprotect munmap rt_sigaction rt_sigprocmask access execve getuid arch_prctl set_tid_address set_robust_list prlimit64 pread64 getrandom newfstatat clock_nanosleep pselect6 shmctl poll openat

[Install]
WantedBy=multi-user.target

0 comments on commit 2f08794

Please sign in to comment.