selinux/policycoreutils/run_init
Nicolas Iooss 4be2fd4576 run_init: fix open_init_pty avaibility check
If /usr/sbin/open_init_pty is not found or is not executable,
access("/usr/sbin/open_init_pty", X_OK) returns -1, not zero.

Use "!= 0" like in other places in SELinux userland libraries and tools.
2015-03-30 10:51:58 -04:00
..
Makefile policycoreutils: Create correct man directory for run_init manpages 2013-10-16 15:02:57 -04:00
open_init_pty.8
open_init_pty.c
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 run_init: fix open_init_pty avaibility check 2015-03-30 10:51:58 -04:00
run_init.pamd Give people who use run_init or newrole an indicator to make it not ask for passwords 2013-10-24 13:58:39 -04:00