[Buildroot] [PATCH] package/openssh: Add tmpfiles.d snippet to make /var/empty

Arnout Vandecappelle arnout at mind.be
Wed Feb 7 22:35:28 UTC 2018



On 24-01-18 00:24, Chris Lesiak wrote:
> This is useful in volatile or stateless systems in which /var is empty.

 This explanation is insufficient for me. Why is it a problem for openssh if
/var is empty?

 Regards,
 Arnout


> Signed-off-by: Chris Lesiak <chris.lesiak at licor.com>
> ---
>  package/openssh/openssh.mk        | 2 ++
>  package/openssh/ssh_tmpfiles.conf | 1 +
>  2 files changed, 3 insertions(+)
>  create mode 100644 package/openssh/ssh_tmpfiles.conf
> 
> diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
> index fc82300ab7..bb43b2edec 100644
> --- a/package/openssh/openssh.mk
> +++ b/package/openssh/openssh.mk
> @@ -73,6 +73,8 @@ define OPENSSH_INSTALL_INIT_SYSTEMD
>  	mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
>  	ln -fs ../../../../usr/lib/systemd/system/sshd.service \
>  		$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/sshd.service
> +	$(INSTALL) -m 0644 -D package/openssh/ssh_tmpfiles.conf \
> +		$(TARGET_DIR)/usr/lib/tmpfiles.d/ssh.conf
>  	$(OPENSSH_INSTALL_SYSTEMD_SYSUSERS)
>  endef
>  
> diff --git a/package/openssh/ssh_tmpfiles.conf b/package/openssh/ssh_tmpfiles.conf
> new file mode 100644
> index 0000000000..9d1370a930
> --- /dev/null
> +++ b/package/openssh/ssh_tmpfiles.conf
> @@ -0,0 +1 @@
> +d /var/empty 0711 root root
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list