b42bb7d Move SELinux processing to provider.

6 files Authored by mzidek 11 years ago, Committed by jhrozek 11 years ago,
    Move SELinux processing to provider.
    
    The SELinux processing was distributed between provider and
    pam responder which resulted in hard to maintain code. This
    patch moves the logic to provider.
    
    IT ALSO REQUIRES CHANGE IN THE SELINUX POLICY, because
    the provider also writes the content of selinux login
    file to disk (which was done by responder before).
    
    https://fedorahosted.org/sssd/ticket/1743
    
        
file modified
+0 -107
file modified
+381 -31
file modified
+0 -309
file modified
+4 -4
file modified
+1 -1