mirror of
https://github.com/truenas/charts.git
synced 2026-02-02 18:19:23 +08:00
24 lines
709 B
YAML
24 lines
709 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: Home-Assistant runs as root user.
|
|
- userName: postgres
|
|
groupName: postgres
|
|
gid: 999
|
|
uid: 999
|
|
description: Postgres runs as a non-root user.
|
|
capabilities:
|
|
- name: CHOWN
|
|
description: Home Assistant is able to change file ownership.
|
|
- name: FOWNER
|
|
description: Home Assistant is able to change file ownership.
|
|
- name: DAC_OVERRIDE
|
|
description: Home Assistant is able to bypass file permissions.
|
|
- name: NET_BIND_SERVICE
|
|
description: Home Assistant is able to bind to privileged ports.
|
|
- name: NET_RAW
|
|
description: Home Assistant is able to use raw sockets.
|
|
hostMounts: []
|