initramfs hook for tailscale
This is intended to be used with an ephemeral auth key with an ACL tag, and ACL rules that restrict the ephemeral node to inbound-only traffic. It does not share instance state with tailscale running in Linux. Reference: - https://tailscale.com/kb/1111/ephemeral-nodes/ - https://tailscale.com/kb/1068/acl-tags/#generate-an-auth-key-with-an-acl-tag - https://tailscale.com/kb/1068/acl-tags/#using-tags-in-acls-for-access-control
This commit is contained in:
3
conf-hooks.d/tailscale
Normal file
3
conf-hooks.d/tailscale
Normal file
@@ -0,0 +1,3 @@
|
||||
# Set the umask for the generated initramfs since it may contain a tailscale
|
||||
# authkey
|
||||
UMASK=0077
|
||||
Reference in New Issue
Block a user