Skip to content

Enhance security in container

Pablo Vigo Mas requested to merge wip/pvigo/run-noadmin-user into collabora/production

Although the Lava service was running with the "lavaserver" user, the user actually running the service inside the container is root, which poses security issues. This fix redefines the container to run from the outset with the non-privileged "lavaserver" user.

Signed-off-by: Pablo Vigo pvigo@collabora.com

Merge request reports