From: Kai Kang Date: Thu, 5 Mar 2015 01:20:08 +0000 (+0800) Subject: systemd: correct permission mode of /var/volatile/tmp X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31053 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81d3209666ed574a7af599070c65aa05114eb5bd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: correct permission mode of /var/volatile/tmp Permission mode of directory /var/volatile/tmp should be 1777, correct it. Signed-off-by: Kai Kang Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/meta/recipes-core/systemd/systemd/00-create-volatile.conf index 9ffa88e464e..87cbe1e7d3c 100644 --- a/meta/recipes-core/systemd/systemd/00-create-volatile.conf +++ b/meta/recipes-core/systemd/systemd/00-create-volatile.conf @@ -4,4 +4,4 @@ d /var/volatile/log - - - - -d /var/volatile/tmp - - - - +d /var/volatile/tmp 1777 - -