Files
chart/library/ix-dev/community/rsyncd/metadata.yaml
Stavros Kois a2fb88a46b NAS-122154 / 23.10 / Add rsyncd to community train (#1227)
* 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
2023-06-05 15:57:18 +03:00

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: []