feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-11-20 11:42:08 +00:00
parent 0837c158cb
commit 1fa427ca81
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 34 additions and 27 deletions

View file

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = /{usr/,}bin/tailscale
profile tailscale @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
ptrace (read),
@ -26,6 +27,7 @@ profile tailscale @{exec_path} {
@{PROC}/ r,
@{PROC}/@{pids}/stat r,
@{PROC}/sys/net/core/somaxconn r,
include if exists <local/tailscale>
}