metadata.yaml 539 B

1234567891011121314
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Tailscale requires root privileges to start the tailscaled process (Only when userspace is disabled)
  7. capabilities:
  8. - name: NET_ADMIN
  9. description: Tailscale requires NET_ADMIN to configure the VPN interface, modify routes, etc.
  10. - name: NET_RAW
  11. description: Tailscale requires NET_RAW to use raw sockets and proxying
  12. hostMounts:
  13. - hostPath: /dev/tun
  14. description: Required to access the TUN device (Only when userspace is disabled)