metadata.yaml 753 B

1234567891011121314151617181920
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Rsync requires root privileges to start it's processes.
  7. capabilities:
  8. - name: CHOWN
  9. description: Rsync requires this ability to change ownership of files.
  10. - name: DAC_OVERRIDE
  11. description: Rsync requires this ability to override file permissions.
  12. - name: FOWNER
  13. description: Rsync requires this ability to override file ownership.
  14. - name: SETUID
  15. description: Rsync requires this ability to switch user for sub-processes.
  16. - name: SETGID
  17. description: Rsync requires this ability to switch group for sub-processes.
  18. - name: SYS_CHROOT
  19. description: Rsync requires this ability to use chroot for it's sub-processes.
  20. hostMounts: []