]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Use a subdirectory of TMPDIR as the sandbox's /var/tmp 2323/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 24 Jan 2024 09:00:38 +0000 (10:00 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 24 Jan 2024 09:23:40 +0000 (10:23 +0100)
commit232b6508fc31886d9213d85b382d96a92e069b67
treeba8f29d5c9c65c8bd55e7f6fd039e916965ef572
parentd94ae85d858b332961283de504525587c1f6feb4
Use a subdirectory of TMPDIR as the sandbox's /var/tmp

Let's take TMPDIR into account instead of always using /var/tmp. We
also make sure we override TMPDIR to /var/tmp in the sandbox.
mkosi/sandbox.py