mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 03:26:08 +08:00
15 lines
397 B
YAML
15 lines
397 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: WG Easy runs as root user.
|
|
capabilities:
|
|
- name: NET_RAW
|
|
description: WG Easy is able to use raw sockets.
|
|
- name: SYS_MODULE
|
|
description: WG Easy is able to load kernel modules.
|
|
- name: NET_ADMIN
|
|
description: WG Easy is able to perform various network-related operations.
|
|
hostMounts: []
|