metadata.yaml 922 B

12345678910111213141516171819202122
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Handbrake runs as root user.
  7. capabilities:
  8. - name: CHOWN
  9. description: Handbrake is able to change file ownership.
  10. - name: DAC_OVERRIDE
  11. description: Handbrake is able to bypass file read, write, and execute permission checks.
  12. - name: FOWNER
  13. description: Handbrake is able to bypass permission checks on operations that normally require the file system UID of the process to match the UID of the file.
  14. - name: SETUID
  15. description: Handbrake is able to set the setuid attribute on a file.
  16. - name: SETGID
  17. description: Handbrake is able to set the setgid attribute on a file.
  18. - name: NET_BIND_SERVICE
  19. description: Handbrake is able to bind a socket to internet domain privileged ports (port numbers less than 1024).
  20. - name: KILL
  21. description: Handbrake is able to kill processes.
  22. hostMounts: []