]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Run more binaries with bwrap() 2201/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 21 Dec 2023 15:00:44 +0000 (16:00 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 21 Dec 2023 15:47:51 +0000 (16:47 +0100)
commit20700f87411d45b373e20eb6a38b6597c437a24a
treefcd02aa0fb743cb17d09ccbc1dbe50e7a6abcdf6
parent13d9dc64e9f4335a946fba268311952a3a431f03
Run more binaries with bwrap()

Let's sandbox more of the image build. This isolates more of the
build from the host which reduces the chance of leaking in host
specific details into the image.
mkosi/__init__.py
mkosi/bubblewrap.py
mkosi/config.py
mkosi/distributions/debian.py
mkosi/installer/rpm.py
mkosi/run.py