opencomputeproject / HWMgmt-DeviceMgr-DeviceManager

Device Manager collects device data and notifications from each device, and make the data available on a predetermined output bus for consumers.
Apache License 2.0
23 stars 12 forks source link

Running as a non-privileged user inside the container #24

Closed MaciejMis closed 1 year ago

MaciejMis commented 1 year ago

Currently root is the default user for DM container. This might have some security implications. Consider changing root to a non-privileged user (UID >= 1000).

huornlmj commented 1 year ago

+1

MaciejMis commented 1 year ago

This was fixed with #52