From 8523c8f9da024ccc45c5503bb438b4b5d3e72086 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 12 Jul 2013 21:39:27 +0200 Subject: [PATCH] openssh: add /var/empty to tmpfiles.d config Signed-off-by: Stephan Raue --- packages/network/openssh/tmpfiles.d/51_sshd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/network/openssh/tmpfiles.d/51_sshd.conf b/packages/network/openssh/tmpfiles.d/51_sshd.conf index 1eb00a6221..22664d4584 100644 --- a/packages/network/openssh/tmpfiles.d/51_sshd.conf +++ b/packages/network/openssh/tmpfiles.d/51_sshd.conf @@ -18,5 +18,6 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ +d /var/empty 0600 root root 10d - d /storage/.cache/ssh 0755 root root - - d /storage/.ssh 0700 root root - -