From 1ebab2103d8f82822318e708363c0cc2b930289e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Jun 2014 09:20:17 +0200 Subject: [PATCH] tmpfiles: if /var is mounted from tmpfs, we should adjust its access mode --- tmpfiles.d/var.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmpfiles.d/var.conf b/tmpfiles.d/var.conf index 10d2e4965..45822e4a1 100644 --- a/tmpfiles.d/var.conf +++ b/tmpfiles.d/var.conf @@ -7,6 +7,8 @@ # See tmpfiles.d(5) for details +d /var 0755 - - - + L /var/run - - - - ../run d /var/log 0755 - - - -- 2.30.2