Files
chart/library/ix-dev/charts/syncthing/metadata.yaml
Stavros Kois 31962e8241 NAS-121769 / 23.10 / Add metadata file(s) (#1175)
* add metadata file

* bump versions

* fix wording

* bump 2 apps
2023-05-03 16:55:30 +03:00

37 lines
1.3 KiB
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Syncthing runs as root user.
capabilities:
- name: CHOWN
description: Syncthing is able to chown files.
- name: FOWNER
description: Syncthing is able to bypass permission checks for it's sub-processes.
- name: SYS_CHROOT
description: Syncthing is able to use chroot.
- name: MKNOD
description: Syncthing is able to create device nodes.
- name: DAC_OVERRIDE
description: Syncthing is able to bypass permission checks.
- name: FSETID
description: Syncthing is able to set file capabilities.
- name: KILL
description: Syncthing is able to kill processes.
- name: SETGID
description: Syncthing is able to set group ID for it's sub-processes.
- name: SETUID
description: Syncthing is able to set user ID for it's sub-processes.
- name: SETPCAP
description: Syncthing is able to set process capabilities.
- name: NET_BIND_SERVICE
description: Syncthing is able to bind to privileged ports.
- name: SETFCAP
description: Syncthing is able to set file capabilities.
- name: NET_RAW
description: Syncthing is able to use raw sockets.
- name: AUDIT_WRITE
description: Syncthing is able to write to audit log.
hostMounts: []