diff options
author | Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> | 2016-08-10 12:47:56 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:35:40 +0100 |
commit | 51d74f5673d5549d5a8ce74650307bd973ce46ac (patch) | |
tree | 8035c13d609f720e1e3b37f5b54598bb2c97a4bd /meta/recipes-core/systemd | |
parent | 993bfb55c7ce01ac3f3e4d1720474ae0c7aeee18 (diff) | |
download | poky-51d74f5673d5549d5a8ce74650307bd973ce46ac.tar.gz |
systemd: fix typo in avoid-using-system-auth.patch
The patch 0015-systemd-user-avoid-using-system-auth.patch
makes PAM session for systemd-user include common-account file
which doesn't contain any session related lines and that breaks
launching "systemd --user" with the error:
Jul 29 13:03:24 intel-corei7-64 systemd[691]: user@0.service: Failed
at step PAM spawning /lib/systemd/systemd: Operation not permitted
This change fixes the patch by including common-session file
instead.
(From OE-Core rev: ecff74ab68ffca27ed856be6117124b8bc1ef2d6)
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch index f7a5b19da7..6e6f344890 100644 --- a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch +++ b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch | |||
@@ -29,7 +29,7 @@ index f188a8e..862d8d7 100644 | |||
29 | )m4_dnl | 29 | )m4_dnl |
30 | session required pam_loginuid.so | 30 | session required pam_loginuid.so |
31 | -session include system-auth | 31 | -session include system-auth |
32 | +session include common-account | 32 | +session include common-session |
33 | -- | 33 | -- |
34 | 2.8.3 | 34 | 2.8.3 |
35 | 35 | ||