]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
committing changes in /etc after emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Mon, 20 Feb 2012 23:02:07 +0000 (00:02 +0100)
committerroot <root@samara.profitbricks.localdomain>
Mon, 20 Feb 2012 23:02:07 +0000 (00:02 +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 5e058ce7e883175ec8fb7c4e940f6aa681bb24c4..3c16e6c9d316f2d9494a8852f00f2906598f0a3e 100755 (executable)
@@ -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 (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