Files
chart/library/ix-dev/test/syncthing/metadata.yaml
Stavros Kois 47e6a12518 NAS-123851 / 24.04 / Add SMB PV/PVC to Syncthing - test train (#1499)
* make a syncthing copy under test train

* add test catalog in CI

* bump common

* add smb option
2023-09-06 15:38:28 +03: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: []