]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/lightdm.lightdm-autologin.pam
upload
[sojka/debian/lightdm.git] / debian / lightdm.lightdm-autologin.pam
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