-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/14/2011 04:34 AM, Stef Bon wrote:
> Hi,
>
> I've rewritten an existing pam module pam_script. What it does:
>
> . runs a script . unshare the mount namespace (if configured,
> default yes)
>
> if the directory to chroot to is specfied it does
On Thursday 13 October 2011 20:02:48 Daniel Drake wrote:
> On Tue, Oct 11, 2011 at 1:44 AM, Lennart Poettering
> wrote:
> > So this is a the big issue here I believe. If you look at 87.293308
> > you'll see that tmp.mount is suddenly mounted again for some reason,
> > which systemd then takes as h
Hi,
I've rewritten an existing pam module pam_script. What it does:
. runs a script
. unshare the mount namespace (if configured, default yes)
if the directory to chroot to is specfied it does also:
. mount all the required directories like bin, lib, usr etcetera.
. chroot to this directory
Se