7016947 Move SELinux processing from session to account PAM stack

4 files Authored by jzeleny 11 years ago, Committed by jhrozek 11 years ago,
    Move SELinux processing from session to account PAM stack
    
    The idea is to rename session provider to selinux provider. Processing
    of SELinux rules has to be performed in account stack in order to ensure
    that pam_selinux (which is the first module in PAM session stack) will
    get the correct input from SSSD.
    
    Processing of account PAM stack is bound to access provider. That means
    we need to have two providers executed when SSS_PAM_ACCT_MGMT message
    is received from PAM responder. Change in data_provider_be.c ensures
    just that - after access provider finishes its actions, the control is
    given to selinux provider and only after this provider finishes is the
    result returned to PAM responder.
    
        
file modified
+8 -0
file modified
+55 -55