]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Move sandboxing from chroot_cmd() to bwrap()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jul 2023 17:07:51 +0000 (19:07 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jul 2023 18:21:04 +0000 (20:21 +0200)
commitfbdf8ea3eec6edbec29b02aad3805cfdcb5f041b
tree9f20a5278f5925a0f4a3432680cd50da0f6ed581
parent2683384cbb0b3048b570b680df95881646481c21
Move sandboxing from chroot_cmd() to bwrap()

Let's leave it to bwrap() to set up any sandboxing that we need.
Let's also add a bit more sandboxing to bwrap(), to avoid details
from the host accidentally leaking into the image builds.
mkosi/run.py