metadata.yaml 882 B

12345678910111213141516171819202122
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Palworld runs as root user.
  7. capabilities:
  8. - name: CHOWN
  9. description: Palworld is able to change file ownership.
  10. - name: DAC_OVERRIDE
  11. description: Palworld is able to bypass file read, write, and execute permission checks.
  12. - name: FOWNER
  13. description: Palworld 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: Palworld is able to set the setuid attribute on a file.
  16. - name: SETGID
  17. description: Palworld is able to set the setgid attribute on a file.
  18. - name: SYS_RESOURCE
  19. description: Palworld is able to override resource limits.
  20. - name: KILL
  21. description: Palworld is able to send signals to processes owned by others.
  22. hostMounts: []