We have decided to implement new LSH hook which disable root user in container.
Fix #85
Expected output with this feature enabled:
opensuse@mjura-dev:~> sudo -i
sudo: PERM_ROOT: setresuid(0, -1, -1): Operation not permitted
sudo: error initializing audit plugin sudoers_audit
opensuse@mjura-dev:~> su - root
Password:
su: cannot set user id: Operation not permitted
We have decided to implement new LSH hook which disable root user in container.
Fix #85
Expected output with this feature enabled: