mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 09:51:07 +08:00
* make a syncthing copy under test train * add test catalog in CI * bump common * add smb option
23 lines
796 B
YAML
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: []
|