]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Always run as root in Context sandbox
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 11 Mar 2024 11:18:01 +0000 (12:18 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 11 Mar 2024 12:04:57 +0000 (13:04 +0100)
commitc86d7066162bcd403e320d623c34f21aaa5ed8a2
tree47e6f4cea2d5a90e96a9b15abf26489d62a28542
parent69c70a224eb4fc7dfde6c83949aa261813f8fa20
Always run as root in Context sandbox

If there's files in /usr in the package manager tree, we need to
be running as root to mount an overlayfs on top of /usr so make
sure we are always root in the Context sandbox.
mkosi/context.py
mkosi/installer/pacman.py