aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-03-05 09:20:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-09 16:05:06 +0000
commit81d3209666ed574a7af599070c65aa05114eb5bd (patch)
treeda1162aa38dfc4699ee015aa783840ab6dd764cd
parent9c2eb7f4774356fabf21ff5147a7d34601fb57c8 (diff)
downloadopenembedded-core-contrib-81d3209666ed574a7af599070c65aa05114eb5bd.tar.gz
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 <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-core/systemd/systemd/00-create-volatile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
index 9ffa88e464..87cbe1e7d3 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 - -