mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-08 09:07:44 +00:00
cmd/tailscaled: add /run to the allowed paths for iptables.
Signed-off-by: David Anderson <danderson@tailscale.com> (cherry picked from commit de497358b84f4b368ce9b637b98ea8899d6b337e)
This commit is contained in:
parent
2e33fdfe67
commit
775fe13e27
@ -34,6 +34,8 @@ ProtectHome=true
|
|||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
ProtectSystem=strict
|
ProtectSystem=strict
|
||||||
ReadWritePaths=/etc/
|
ReadWritePaths=/etc/
|
||||||
|
ReadWritePaths=/run/
|
||||||
|
ReadWritePaths=/var/run/
|
||||||
RestrictSUIDSGID=true
|
RestrictSUIDSGID=true
|
||||||
SystemCallArchitectures=native
|
SystemCallArchitectures=native
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user