metadata.yaml 340 B

123456789101112
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: AdGuard Home requires root privileges to bind to privileged ports
  7. capabilities:
  8. - name: NET_BIND_SERVICE
  9. description: This is used by the DHCP and DNS service
  10. - name: NET_RAW
  11. description: This is used by the DHCP service
  12. hostMounts: []