selinux/policycoreutils/run_init
Eric Paris d46e88abb6 policycoreutils: run_init: If open_init_pty is not available then just use exec
Sometimes using open_init_pty isn't possible.  So just call exec() if
that is the case.  We no longer ship open_init_pty in Fedora or RHEL6
since it was causing more problems then it was worth.  This fix makes
it optional to use the open_init_pty.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
2012-09-12 12:16:01 -04:00
..
Makefile tree: Makefiles: syntax, convert all ${VAR} to $(VAR) 2011-11-02 15:37:08 -04:00
open_init_pty.8 policycoreutils: open_init_tty man page typos 2011-08-03 18:02:36 -04:00
open_init_pty.c Author: Manoj Srivastava 2009-09-16 11:16:19 -04:00
run_init.8 policycoreutils: run_init: clarification of the usage in the manual page 2011-08-15 11:25:24 -04:00
run_init.c policycoreutils: run_init: If open_init_pty is not available then just use exec 2012-09-12 12:16:01 -04:00
run_init.pamd