cmd/tailscaled: add /run to the allowed paths for iptables.
Signed-off-by: David Anderson <danderson@tailscale.com>pull/1249/head
parent
1e28207a15
commit
de497358b8
|
@ -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…
Reference in New Issue