aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/recipes-core/systemd/systemd/systemd_common_auth_instead_of_system_auth.patch
blob: 7914888a0a285d94b7eca54744e64fa3e5dd65ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: git/src/login/systemd-user
===================================================================
--- git.orig/src/login/systemd-user	2014-10-12 13:12:04.824996066 +0300
+++ git/src/login/systemd-user	2014-10-15 15:08:29.853213268 +0300
@@ -2,7 +2,10 @@
 
 # Used by systemd when launching systemd user instances.
 
-account include system-auth
-session include system-auth
+#account include system-auth
+account include common-account
+#session include system-auth
+session include common-session
+session optional pam_systemd.so
 auth required pam_deny.so
 password required pam_deny.so