From: frank Date: Tue, 17 Jan 2012 07:48:53 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=770ddd9bb571dea5be4d745a70d169ba8da3c9bd;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +kde-base/kdebase-pam-7 --- diff --git a/.etckeeper b/.etckeeper index d74e8143..e13ac39f 100755 --- a/.etckeeper +++ b/.etckeeper @@ -958,6 +958,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 00000000..5dde1303 --- /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 00000000..5e4f5036 --- /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