mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 12:32:55 +08:00
* initial commit * add chartfiles * 2 more tempaltes * add initial templates/values * basic values * add extra test values * add readme * fix storage * add metadata * add kill cap * rofs false * chown * emptydirs * hmm * more caps * more caps * update meta * 2 more * fix dataset names
23 lines
922 B
YAML
23 lines
922 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: Handbrake runs as root user.
|
|
capabilities:
|
|
- name: CHOWN
|
|
description: Handbrake is able to change file ownership.
|
|
- name: DAC_OVERRIDE
|
|
description: Handbrake is able to bypass file read, write, and execute permission checks.
|
|
- name: FOWNER
|
|
description: Handbrake is able to bypass permission checks on operations that normally require the file system UID of the process to match the UID of the file.
|
|
- name: SETUID
|
|
description: Handbrake is able to set the setuid attribute on a file.
|
|
- name: SETGID
|
|
description: Handbrake is able to set the setgid attribute on a file.
|
|
- name: NET_BIND_SERVICE
|
|
description: Handbrake is able to bind a socket to internet domain privileged ports (port numbers less than 1024).
|
|
- name: KILL
|
|
description: Handbrake is able to kill processes.
|
|
hostMounts: []
|