Magellan Linux

Contents of /trunk/systemd/patches/systemd-233-systemd-user-pam.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3001 - (show annotations) (download)
Tue Oct 17 11:29:25 2017 UTC (6 years, 6 months ago) by niro
File size: 443 byte(s)
-added pam fixes to use system-auth
1 --- a/src/login/systemd-user.m4
2 +++ b/src/login/systemd-user.m4
3 @@ -2,11 +2,7 @@
4 #
5 # Used by systemd --user instances.
6
7 -account required pam_unix.so
8 -m4_ifdef(`HAVE_SELINUX',
9 -session required pam_selinux.so close
10 -session required pam_selinux.so nottys open
11 -)m4_dnl
12 -session required pam_loginuid.so
13 +account include system-auth
14 +session include system-auth
15 session optional pam_keyinit.so force revoke
16 session optional pam_systemd.so