2015-12-02 16:45:15 +01:00
|
|
|
Index: systemd-227/factory/etc/pam.d/other
|
2015-02-13 10:43:21 +01:00
|
|
|
===================================================================
|
2015-12-02 16:45:15 +01:00
|
|
|
--- systemd-227.orig/factory/etc/pam.d/other
|
|
|
|
+++ systemd-227/factory/etc/pam.d/other
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
# This file is part of systemd.
|
|
|
|
|
|
|
|
-auth include system-auth
|
|
|
|
-account include system-auth
|
|
|
|
-password include system-auth
|
|
|
|
-session include system-auth
|
|
|
|
+auth include common-auth
|
|
|
|
+account include common-account
|
|
|
|
+password include common-password
|
|
|
|
+session include common-session
|
|
|
|
Index: systemd-227/src/login/systemd-user.m4
|
|
|
|
===================================================================
|
|
|
|
--- systemd-227.orig/src/login/systemd-user.m4
|
|
|
|
+++ systemd-227/src/login/systemd-user.m4
|
|
|
|
@@ -2,10 +2,10 @@
|
2015-02-13 10:43:21 +01:00
|
|
|
#
|
|
|
|
# Used by systemd --user instances.
|
2013-09-13 09:25:15 +02:00
|
|
|
|
2015-02-13 10:43:21 +01:00
|
|
|
-account include system-auth
|
|
|
|
+account include common-account
|
2015-12-02 16:45:15 +01:00
|
|
|
|
|
|
|
m4_ifdef(`HAVE_SELINUX',
|
|
|
|
session required pam_selinux.so close
|
|
|
|
session required pam_selinux.so nottys open
|
|
|
|
)m4_dnl
|
|
|
|
-session include system-auth
|
2015-02-13 10:43:21 +01:00
|
|
|
+session include common-session
|