robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

Add albatross user and allow user into the group to use albatross #79

Closed dinosaure closed 3 years ago

dinosaure commented 3 years ago

It's a small improvement but when we want to install albatross, my configuration is like:

This patch allows the albatross group to use sockets and create the required albatross user for the installation. In the opposite, the daemon fall back as a root user and sockets got permissions only for the root user.

hannesm commented 3 years ago

Thanks, I merged this manually and adapted the useradd (by specifying home, login shell, and also create a group).