mirror of
git://git.yoctoproject.org/poky
synced 2026-09-07 10:46:56 +00:00
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>
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
#This goes hand-in-hand with the base-files of OE-Core. The file must
|
|
# be sorted before 'systemd.conf' becuase this attempts to create a file
|
|
# inside /var/log.
|
|
|
|
|
|
d /var/volatile/log - - - -
|
|
d /var/volatile/tmp 1777 - -
|