From 71775674d7ea1fe7d515ff6d9cbc0276cc16047057e8d53ea09d6b615b700924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Sat, 7 Feb 2015 14:06:42 +0000 Subject: [PATCH] https://pkgs.fedoraproject.org/repo/pkgs/cockpit/cockpit.pam/ec58a1b89f7bd85a42a0257bafb07e6c/cockpit.pam OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=2 --- cockpit.pam | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cockpit.pam diff --git a/cockpit.pam b/cockpit.pam new file mode 100644 index 0000000..946b745 --- /dev/null +++ b/cockpit.pam @@ -0,0 +1,16 @@ +#%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 +