[oe-commits] [openembedded-core] 08/13: openssh: fix wrong volatile dir for sshd host keys on read-only rootfs

git at git.openembedded.org git at git.openembedded.org
Wed Aug 15 14:34:48 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 77c1b7c47d96b3a2f86d49353cc9db6da2d3b22a
Author: Martin Hundebøll <martin at geanix.com>
AuthorDate: Wed Aug 15 13:59:07 2018 +0200

    openssh: fix wrong volatile dir for sshd host keys on read-only rootfs
    
    When the read-only-rootfs image feature is enabled, and openssh is
    installed into an image, the ssh daemon is reconfigured to use
    /var/run/ssh when generating host keys.
    
    Fix up the creation of the volatile dir to actually match what sshd is
    configured to.
    
    Signed-off-by: Martin Hundebøll <martin at geanix.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd b/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
index a0d2af3..fcbc5ae 100644
--- a/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
+++ b/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
@@ -1,2 +1,2 @@
-d root root 0755 /var/run/sshd none
+d root root 0755 /var/run/ssh none
 f root root 0644 /var/log/lastlog none

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


More information about the Openembedded-commits mailing list