You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1502)
…d in the Docker image
## Issue Addressed
#1459
## Proposed Changes
- Create new `lighthouse` user and group in Docker container
- Set user as the default user
#1502)
…d in the Docker image
## Issue Addressed
#1459
## Proposed Changes
- Create new `lighthouse` user and group in Docker container
- Set user as the default user
sigp#1502)
…d in the Docker image
## Issue Addressed
sigp#1459
## Proposed Changes
- Create new `lighthouse` user and group in Docker container
- Set user as the default user
Description
The Dockerfile used to build the lighthouse docker image currently does not use a non-privileged user but the default ubuntu root user
Version
master
f26adc0
Present Behaviour
Docker Image has runtime root privileges and in the event of a remote exploit the elevated privileges could be used to exploit other services.
Expected Behaviour
specific non-privileged user used for lighthouse execution
Steps to resolve
Please describe the steps required to resolve this issue, if known.
The text was updated successfully, but these errors were encountered: