combust-labs / firebuild

Convenience of containers, security of virtual machines
https://combust-labs.github.io/firebuild-docs/
GNU Affero General Public License v3.0
97 stars 7 forks source link

Remote commands: support uid:gid #2

Open radekg opened 3 years ago

radekg commented 3 years ago

Support uid:gid for remote command execution. Along the lines of sudo su - $(id -nu 1000) -c 'echo $(whoami)'.