mirror of
https://github.com/truenas/charts.git
synced 2026-05-02 14:31:39 +08:00
* fix a bug in common in regards to sysctls * add netboot * switch to tftp container * perm -> owner * make small adjustment in permission common container * update questions * 2 tests * no double bump * update readme * update readmes * test app * umask * capability * update chmod and readmes * remove test app and update metadata * untouch * update readme * update questions * update strategy * Address review * update image
17 lines
570 B
YAML
17 lines
570 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: TFTP requires root privileges to start it's processes.
|
|
capabilities:
|
|
- name: NET_BIND_SERVICE
|
|
description: TFTP requires this ability to bind to port 69 for TFTP.
|
|
- name: SETUID
|
|
description: TFTP requires this ability to switch user for sub-processes.
|
|
- name: SETGID
|
|
description: TFTP requires this ability to switch group for sub-processes.
|
|
- name: SYS_CHROOT
|
|
description: TFTP requires this ability to use chroot for it's sub-processes.
|
|
hostMounts: []
|