Files
chart/test/syncthing/1.2.2/metadata.yaml
2024-01-12 12:28:43 +00:00

23 lines
796 B
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Syncthing runs as root and starts the syncthing process as a non-root user.
capabilities:
- name: CHOWN
description: Syncthing is able to chown files.
- name: DAC_OVERRIDE
description: Syncthing is able to bypass permission checks.
- name: FOWNER
description: Syncthing is able bypass permission checks for it's sub-processes.
- name: SETUID
description: Syncthing is able to set user ID for it's sub-processes.
- name: SETGID
description: Syncthing is able to set group ID for it's sub-processes.
- name: SETPCAP
description: Syncthing is able to set process capabilities.
- name: SETFCAP
description: Syncthing is able to set file capabilities.
hostMounts: []