metadata.yaml 1.0 KB

123456789101112131415161718192021222324252627282930
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Netdata runs as root user.
  7. capabilities:
  8. - name: CHOWN
  9. description: Netdata is able to chown files.
  10. - name: DAC_OVERRIDE
  11. description: Netdata is able to bypass permission checks.
  12. - name: FOWNER
  13. description: Netdata is able to bypass permission checks for it's sub-processes.
  14. - name: SETGID
  15. description: Netdata is able to set group ID for it's sub-processes.
  16. - name: SETUID
  17. description: Netdata is able to set user ID for it's sub-processes.
  18. - name: SYS_PTRACE
  19. description: Netdata is able to trace processes.
  20. hostMounts:
  21. - hostPath: /etc/os-release
  22. description: Required to read the OS release information.
  23. - hostPath: /etc/passwd
  24. description: Required to read the user information.
  25. - hostPath: /etc/group
  26. description: Required to read the group information.
  27. - hostPath: /proc
  28. description: Required to read the processes information.
  29. - hostPath: /sys
  30. description: Required to read the system information.