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-10 10:47:48 +0000 |
commit | 44d763e0cba60ab71fa88e37117e05e21c1c95a7 (patch) | |
tree | f7b33518a51ca1039ada0166383659e3c1b475b7 /meta/recipes-core/systemd | |
parent | 664c1dfe226557f9dbbd86fd4bfbd00c834bfb5f (diff) | |
download | 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>
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 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | d /var/volatile/log - - - - | 6 | d /var/volatile/log - - - - |
7 | d /var/volatile/tmp - - - - | 7 | d /var/volatile/tmp 1777 - - |