On Mon, May 5, 2014 at 6:48 AM, dedede gfgfgf trtrtrtrtrtr <s.kabano...@mail.ru> wrote:
Investigations showed that since in pam module we started to dup fifo descriptor problem appeared. Dup does not set O_CLOEXEC flag. So after fork/exec all children processes have that descriptor and when parent which open pam session dies, children processes continue to run.

I think you should change your login program to close unnecessary FDs before executing children.


_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to