Files
falco/userspace
Samuel Gaist c0520123d4 refactor: run the webserver unprivileged
The webserver was running in a thread with the same
privileges as the falco process. In order to make running
it more secure, use fork rather than thread and then change
the user and group id to unprivileged values.

Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
2025-09-01 15:44:53 +02:00
..