]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
authorChangqing Li <changqing.li@windriver.com>
Tue, 27 Aug 2024 10:40:41 +0000 (18:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Aug 2024 10:57:32 +0000 (11:57 +0100)
commit8d1ae67b89c45f78162e070228086c7ef88c3264
treec47754b343b8425842968b97cca4327d06d33fa7
parent91128c6517066715f2afe6b46aa3206c7cf3653e
bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead

* Drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead. By default,
FILESYSTEM_PERMS_TABLES ?=  "files/fs-perms.txt \
                             files/fs-perms-volatile-log.txt \
                             files/fs-perms-volatile-tmp.txt"
it contains 'files/fs-perms-volatile-tmp.txt', which means volatile tmp
is enabled. User can disable volatile tmp by remove
'files/fs-perms-volatile-tmp.txt' from FILESYSTEM_PERMS_TABLES.
* If volatile tmp is disabled, both /tmp and /var/tmp are persistent

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/files/fs-perms-volatile-tmp.txt [new file with mode: 0644]
meta/files/fs-perms.txt
meta/recipes-core/base-files/base-files_3.0.14.bb
meta/recipes-core/initscripts/initscripts_1.0.bb
meta/recipes-core/systemd/systemd_256.5.bb