I'm trying to leverage AKMS to build out-of-tree drivers for a postmarketOS port. postmarketOS builds its images in a chroot environment, which breaks bubblewrap due to containers/bubblewrap#135. This also affects overlayfs, which I worked around via use_overlayfs=false. There doesn't seem to be a way to use another approach than bwrap to downgrade privilege. I reckon that a chroot is already a safe enough environment to run a build, can there be an option to disable sandboxing?
I'm trying to leverage AKMS to build out-of-tree drivers for a postmarketOS port. postmarketOS builds its images in a chroot environment, which breaks bubblewrap due to containers/bubblewrap#135. This also affects overlayfs, which I worked around via
use_overlayfs=false. There doesn't seem to be a way to use another approach thanbwrapto downgrade privilege. I reckon that a chroot is already a safe enough environment to run a build, can there be an option to disable sandboxing?