a0253cc Replace system() function with fork and execl call.

1 file Authored by Matthew Ife 12 years ago, Committed by sgallagh 12 years ago,
    Replace system() function with fork and execl call.
    
    This is much more selinux friendly as it allows policy makers to call
    nscd_domtrans to transition to nscd_t instead of giving more access to
    the system via the corcmd_exec_bin macro.
    
    Modified-by: Simo Sorce <ssorce@redhat.com>
    
    Signed-off-by: Simo Sorce <ssorce@redhat.com>
    
        
file modified
+30 -22