mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
37 lines
1.3 KiB
YAML
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: []
|