diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-03-05 09:20:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 16:05:06 +0000 |
commit | 81d3209666ed574a7af599070c65aa05114eb5bd (patch) | |
tree | da1162aa38dfc4699ee015aa783840ab6dd764cd /meta/recipes-core/systemd | |
parent | 9c2eb7f4774356fabf21ff5147a7d34601fb57c8 (diff) | |
download | openembedded-core-81d3209666ed574a7af599070c65aa05114eb5bd.tar.gz openembedded-core-81d3209666ed574a7af599070c65aa05114eb5bd.tar.bz2 openembedded-core-81d3209666ed574a7af599070c65aa05114eb5bd.zip |
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>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd/00-create-volatile.conf | 2 |
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 - - |