Re: [systemd-devel] New pam module to start a session.

2011-10-14 Thread Daniel J Walsh
-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

Re: [systemd-devel] systemd hangs on shutdown

2011-10-14 Thread Barry Scott
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

[systemd-devel] New pam module to start a session.

2011-10-14 Thread Stef Bon
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