metadata.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Pi-hole runs as root user.
  7. capabilities:
  8. - name: CHOWN
  9. description: Pi-hole is able to chown files.
  10. - name: FOWNER
  11. description: Pi-hole is able to bypass permission checks for it's sub-processes.
  12. - name: SYS_CHROOT
  13. description: Pi-hole is able to use chroot.
  14. - name: MKNOD
  15. description: Pi-hole is able to create device nodes.
  16. - name: DAC_OVERRIDE
  17. description: Pi-hole is able to bypass permission checks.
  18. - name: FSETID
  19. description: Pi-hole is able to set file capabilities.
  20. - name: KILL
  21. description: Pi-hole is able to kill processes.
  22. - name: SETGID
  23. description: Pi-hole is able to set group ID for it's sub-processes.
  24. - name: SETUID
  25. description: Pi-hole is able to set user ID for it's sub-processes.
  26. - name: SETPCAP
  27. description: Pi-hole is able to set process capabilities.
  28. - name: NET_BIND_SERVICE
  29. description: Pi-hole is able to bind to privileged ports.
  30. - name: SETFCAP
  31. description: Pi-hole is able to set file capabilities.
  32. - name: NET_RAW
  33. description: Pi-hole is able to use raw sockets.
  34. - name: NET_ADMIN
  35. description: Pi-hole is able to perform various network-related operations.
  36. - name: AUDIT_WRITE
  37. description: Pi-hole is able to write to audit log.
  38. hostMounts: []