From: fbrehm Date: Mon, 20 Feb 2012 23:02:07 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=ce60d8266c574562326193c9b6917fc1dfbff5be;p=config%2Fsamara%2Fetc.git committing changes in /etc after emerge run Package changes: +kde-base/kdebase-pam-7 --- diff --git a/.etckeeper b/.etckeeper index 5e058ce..3c16e6c 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1060,6 +1060,8 @@ maybe chmod 0644 './pam.d/groupdel' maybe chmod 0644 './pam.d/groupmems' maybe chmod 0644 './pam.d/groupmod' maybe chmod 0644 './pam.d/imap' +maybe chmod 0644 './pam.d/kde' +maybe chmod 0644 './pam.d/kde-np' maybe chmod 0644 './pam.d/login' maybe chmod 0644 './pam.d/newusers' maybe chmod 0644 './pam.d/other' diff --git a/pam.d/kde b/pam.d/kde new file mode 100644 index 0000000..5dde130 --- /dev/null +++ b/pam.d/kde @@ -0,0 +1,10 @@ +#%PAM-1.0 + +auth required pam_nologin.so +auth include system-auth + +account include system-auth + +password include system-auth + +session include system-auth diff --git a/pam.d/kde-np b/pam.d/kde-np new file mode 100644 index 0000000..5e4f503 --- /dev/null +++ b/pam.d/kde-np @@ -0,0 +1,10 @@ +#%PAM-1.0 + +auth required pam_nologin.so +auth required pam_permit.so + +account include system-auth + +password include system-auth + +session include system-auth