[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #%PAM-1.0 2 auth requisite pam_nologin.so 3 auth required pam_env.so readenv=1 4 auth required pam_env.so readenv=1 envfile=/etc/default/locale 5 #auth sufficient pam_thinkfinger.so 6 auth required pam_permit.so 7 @include common-account 8 # SELinux needs to be the first session rule. This ensures that any 9 # lingering context has been cleared. Without out this it is possible 10 # that a module could execute code in the wrong domain. 11 # When the module is present, "required" would be sufficient (When SELinux 12 # is disabled, this returns success.) 13 session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close 14 session required pam_limits.so 15 session required pam_loginuid.so 16 @include common-session 17 # SELinux needs to intervene at login time to ensure that the process 18 # starts in the proper default security context. Only sessions which are 19 # intended to run in the user's context should be run after this. 20 session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open 21 # When the module is present, "required" would be sufficient (When SELinux 22 # is disabled, this returns success.) 23 @include common-password
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |