This repository was archived by the owner on Jun 21, 2018. It is now read-only.
This repository was archived by the owner on Jun 21, 2018. It is now read-only.
sudo does not make admins escape from the sandboxes #74
We are using
pam_namespace'sunmnt_remntoption, which should makepam_namespaceperform a namespace switch when changing users.Yet,
sudo-ing torootdoesn't make one escape the mount namespaces.However, SSH-ing as
rootgives the expected result (no mount namespaces), so it isn't a misconfiguration on that side.