]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 07:48:53 +0000 (08:48 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 07:48:53 +0000 (08:48 +0100)
Package changes:
+kde-base/kdebase-pam-7

.etckeeper
pam.d/kde [new file with mode: 0644]
pam.d/kde-np [new file with mode: 0644]

index d74e81433cce76462a40f0615fdf9b0aaa19c8a9..e13ac39fe5da6fd237a153787641204f1690e568 100755 (executable)
@@ -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 (file)
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 (file)
index 0000000..5e4f503
--- /dev/null
@@ -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