metadata.yaml 386 B

123456789101112
  1. runAsContext:
  2. - userName: searxng
  3. groupName: searxng
  4. gid: 0
  5. uid: 0
  6. description: SearXNG requires root privileges to start it's sub-processes.
  7. capabilities:
  8. - name: SETUID
  9. description: SearXNG requires this ability to switch user for sub-processes.
  10. - name: SETGID
  11. description: SearXNG requires this ability to switch group for sub-processes.
  12. hostMounts: []