summaryrefslogtreecommitdiffstats
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-10 10:47:48 +0000
commit44d763e0cba60ab71fa88e37117e05e21c1c95a7 (patch)
treef7b33518a51ca1039ada0166383659e3c1b475b7
parent664c1dfe226557f9dbbd86fd4bfbd00c834bfb5f (diff)
downloadast2050-yocto-poky-44d763e0cba60ab71fa88e37117e05e21c1c95a7.zip
ast2050-yocto-poky-44d763e0cba60ab71fa88e37117e05e21c1c95a7.tar.gz
systemd: correct permission mode of /var/volatile/tmp
Permission mode of directory /var/volatile/tmp should be 1777, correct it. (From OE-Core rev: 81d3209666ed574a7af599070c65aa05114eb5bd) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 9ffa88e..87cbe1e 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 - -
OpenPOWER on IntegriCloud