Denison Barbosa
Denison Barbosa
Implementation of the Rust binary responsible to read the mounts file and mount the parsed entries for the current user. DEENG-463
Right now, mutexes are used to secure the application of the policies, but they are used locally by each policy handler. We could unify them in a single one controlled...
**Is your feature request related to a problem? Please describe.** The recording strategy (for text files) works on a [per-command basis](https://github.com/charmbracelet/vhs/blob/d98c77a8793adcd9b9944c629280007ec3999eba/command.go#L120), i.e. record a frame when a command is executed....
This PR adds workflows to provision and cache an Ubuntu VM and run the E2E tests for the authd-msentraid broker. This is based on #659. UDENG-7426
Some commands are not returning an exit status anymore, so let's not fail on those. If they failed to run properly, it's very likely that other commands down the chain...