mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* add initial files * add some validation and fix image tag * add modules to the config * extend test and add capabilities * add extra test * rsync -> Rsync and add metadata file * add UI * hide questions when module is disablwed * rename test file and add validation to questions * remove dot * update wording * remove logToStdout toggle * update image
21 lines
753 B
YAML
21 lines
753 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: Rsync requires root privileges to start it's processes.
|
|
capabilities:
|
|
- name: CHOWN
|
|
description: Rsync requires this ability to change ownership of files.
|
|
- name: DAC_OVERRIDE
|
|
description: Rsync requires this ability to override file permissions.
|
|
- name: FOWNER
|
|
description: Rsync requires this ability to override file ownership.
|
|
- name: SETUID
|
|
description: Rsync requires this ability to switch user for sub-processes.
|
|
- name: SETGID
|
|
description: Rsync requires this ability to switch group for sub-processes.
|
|
- name: SYS_CHROOT
|
|
description: Rsync requires this ability to use chroot for it's sub-processes.
|
|
hostMounts: []
|