equbes
4
Actually, better than disabling sandbox, one should use the qubes feature for this:
# run in dom0
qvm-features archlinux boot-mode.kernelopts.landlock 'lsm=landlock'
qvm-features archlinux boot-mode.active landlock
qvm-features archlinux boot-mode.appvm-default landlock
That way, sandbox is enabled on template and derived appvms.
Related links:
https://docs.kernel.org/userspace-api/landlock.html#boot-time-configuration
3 Likes