metadata.yaml 570 B

12345678910111213141516
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: TFTP requires root privileges to start it's processes.
  7. capabilities:
  8. - name: NET_BIND_SERVICE
  9. description: TFTP requires this ability to bind to port 69 for TFTP.
  10. - name: SETUID
  11. description: TFTP requires this ability to switch user for sub-processes.
  12. - name: SETGID
  13. description: TFTP requires this ability to switch group for sub-processes.
  14. - name: SYS_CHROOT
  15. description: TFTP requires this ability to use chroot for it's sub-processes.
  16. hostMounts: []