cockpit/cockpit.pam
Stef Walter f819c81a06 Update to 0.3 upstream release
* Better looking with Patternfly toolkit
 * Docker container support

... and much much more
2014-03-28 16:31:17 +01:00

17 lines
711 B
Plaintext

#%PAM-1.0
auth required pam_sepermit.so
auth substack password-auth
auth include postlogin
account required pam_nologin.so
account include password-auth
password include password-auth
# pam_selinux.so close should be the first session rule
session required pam_selinux.so close
session required pam_loginuid.so
# pam_selinux.so open should only be followed by sessions to be executed in the user context
session required pam_selinux.so open env_params
session optional pam_keyinit.so force revoke
session include password-auth
session include postlogin