metadata.yaml 796 B

12345678910111213141516171819202122
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Syncthing runs as root and starts the syncthing process as a non-root user.
  7. capabilities:
  8. - name: CHOWN
  9. description: Syncthing is able to chown files.
  10. - name: DAC_OVERRIDE
  11. description: Syncthing is able to bypass permission checks.
  12. - name: FOWNER
  13. description: Syncthing is able bypass permission checks for it's sub-processes.
  14. - name: SETUID
  15. description: Syncthing is able to set user ID for it's sub-processes.
  16. - name: SETGID
  17. description: Syncthing is able to set group ID for it's sub-processes.
  18. - name: SETPCAP
  19. description: Syncthing is able to set process capabilities.
  20. - name: SETFCAP
  21. description: Syncthing is able to set file capabilities.
  22. hostMounts: []