lass="option">auth and account module types are provided.

6.31.4. RETURN VALUES

PAM_AUTH_ERR

SELinux is disabled or in the permissive mode and the user matches.

PAM_SUCCESS

SELinux is in the enforcing mode and the user matches.

PAM_IGNORE

The user does not match any entry in the config file.

PAM_USER_UNKNOWN

The module was unable to determine the user's name.

PAM_SERVICE_ERR

Error during reading or parsing the config file.

6.31.5. FILES

/etc/security/sepermit.conf

Default configuration file

6.31.6. EXAMPLES

auth     [success=done ignore=ignore default=bad] pam_sepermit.so
auth     required  pam_unix.so
account  required  pam_unix.so
session  required  pam_permit.so
    

6.31.7. AUTHOR

pam_sepermit and this manual page were written by Tomas Mraz <tmraz@redhat.com>.