forked from pool/systemd
Frederic Crozat
2e48bf7a12
- version 207, distribution specific changes follow, for overall release notes see NEWS. - Fixed: * Failed at step PAM spawning /usr/lib/systemd/systemd: Operation not permitted * Fix shutdown hang "a stop job is running for Session 1 of user root" that was reported in opensuse-factory list. - systemd-sysctl no longer reads /etc/sysctl.conf however backward compatbility is to be provides by a symlink created at %post. - version 207, distribution specific changes follow, for overall release notes see NEWS. - Fixed: * Failed at step PAM spawning /usr/lib/systemd/systemd: Operation not permitted * Fix shutdown hang "a stop job is running for Session 1 of user root" that was reported in opensuse-factory list. - systemd-sysctl no longer reads /etc/sysctl.conf however backward compatbility is to be provides by a symlink created at %post. OBS-URL: https://build.opensuse.org/request/show/198799 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=429
15 lines
407 B
Diff
15 lines
407 B
Diff
diff --git a/src/login/systemd-user b/src/login/systemd-user
|
|
index 7b57dbf..c0fc793 100644
|
|
--- a/src/login/systemd-user
|
|
+++ b/src/login/systemd-user
|
|
@@ -2,7 +2,7 @@
|
|
|
|
# Used by systemd when launching systemd user instances.
|
|
|
|
-account include system-auth
|
|
-session include system-auth
|
|
+account include common-account
|
|
+session include common-session
|
|
auth required pam_deny.so
|
|
password required pam_deny.so
|