[oe-commits] [openembedded-core] 15/62: systemd: fix typo in avoid-using-system-auth.patch

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:36:32 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ecff74ab68ffca27ed856be6117124b8bc1ef2d6
Author: Dmitry Rozhkov <dmitry.rozhkov at linux.intel.com>
AuthorDate: Wed Aug 10 12:47:56 2016 +0300

    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 at 0.service: Failed
    at step PAM spawning /lib/systemd/systemd: Operation not permitted
    
    This change fixes the patch by including common-session file
    instead.
    
    Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f7a5b19..6e6f344 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
  )m4_dnl
  session  required pam_loginuid.so
 -session  include system-auth
-+session  include common-account
++session  include common-session
 -- 
 2.8.3
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list