mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* plex - migrate library * temp * add migration * fix typo * cleanup * capabilties * typo * update version * fix condition * claim -> claimToken * cleanup key in migration * keep versions * correct section * token is not required * keep default port * typo
21 lines
625 B
YAML
21 lines
625 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: Plex runs as root user.
|
|
capabilities:
|
|
- name: CHOWN
|
|
description: Plex is able to chown files.
|
|
- name: FOWNER
|
|
description: Plex is able to bypass permission checks for it's sub-processes.
|
|
- name: DAC_OVERRIDE
|
|
description: Plex is able to bypass permission checks.
|
|
- name: SETGID
|
|
description: Plex is able to set group ID for it's sub-processes.
|
|
- name: SETUID
|
|
description: Plex is able to set user ID for it's sub-processes.
|
|
- name: KILL
|
|
description: Plex is able to kill processes.
|
|
hostMounts: []
|