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
{{ message }}
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.
While experimenting with systemd options for another bug, I realised that if we mount the /dev from the VM into the workload and avoid creating a new dev namespace with PrivateDevices=Yes, the above issue is resolved. This needs some more investigation to rootcause what is happening.
If we go with the above, we can restrict access to just certain pseudo devices using systemd cgroup mechanism(DevicePolicy=Strict, DeviceAllow..), although all the devices will be visible to the workload since we don't change dev namespace.
The text was updated successfully, but these errors were encountered: