]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Unshare IPC namespace when not in relaxed mode 2255/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 Jan 2024 09:26:03 +0000 (10:26 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 Jan 2024 09:30:10 +0000 (10:30 +0100)
commit2227eb2411fb5624e6981a06f18f3225fe1a41eb
treeed716b39009978e28cfc24086973176f67bf1de2
parent0ffba6daec10334787beb5de78f5993d2df62baa
Unshare IPC namespace when not in relaxed mode

Otherwise tests in the sandbox will think they have access to IPC
stuff when they actually don't.

Fixes #2256
mkosi/sandbox.py