alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

Drop root privileges of bbb-webrtc-sfu #27

Closed alangecker closed 3 years ago

alangecker commented 4 years ago

currently webrtc-sfu runs as root inside the container. This is no immediate security issue because there is still a privilege escalation vulnerability for escaping the docker containers necessary to cause any harm, but still more privileged than necessary.

We should rather execute it as a non-privileged user.