Files
chart/library/ix-dev/community/handbrake/metadata.yaml
Stavros Kois df964fd77b Adds Handbrake (#2024)
* 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
2024-01-12 14:26:17 +02:00

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