metadata.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Zerotier requires root privileges to start the Zerotier process
  7. capabilities:
  8. - name: NET_ADMIN
  9. description: Zerotier requires NET_ADMIN to configure the VPN interface, modify routes, etc.
  10. - name: NET_RAW
  11. description: Zerotier requires NET_RAW to use raw sockets and proxying
  12. - name: AUDIT_WRITE
  13. description: Zerotier is able to write to audit log.
  14. - name: CHOWN
  15. description: Zerotier is able to chown files.
  16. - name: DAC_OVERRIDE
  17. description: Zerotier is able to bypass permission checks.
  18. - name: FOWNER
  19. description: Zerotier is able bypass permission checks for it's sub-processes.
  20. - name: NET_BIND_SERVICE
  21. description: Zerotier is able to bind to privileged ports.
  22. - name: SETGID
  23. description: Zerotier is able to set group ID for it's sub-processes.
  24. - name: SETUID
  25. description: Zerotier is able to set user ID for it's sub-processes.
  26. - name: SETPCAP
  27. description: Zerotier is able to set process capabilities.
  28. - name: SYS_ADMIN
  29. description: Zerotier is able to perform various system administration operations.
  30. hostMounts:
  31. - hostPath: /dev/tun
  32. description: Required to access the TUN device