On 2025-05-29 05:47, Jochen Sprickerhof wrote: > sbuild only calls autopkgtest, so reassigning to autopkgtest accordingly.
I think there are two distinct cases to consider here: (1) sbuild's unshare backend for build-time stuff, distinct from the autopkgtest backend (right?) (2) sbuild calling autopkgtest after a completed build. This seems to be about (2). Regarding that, I was independently working on this a while ago and pushed my draft implementation here [1]. This is definitely not complete. Apart from not handling any device not directly below /dev and missing much other validation, this will almost certainly not work with autopkgtests for the reason listed at the very end of [2]. I don't think I can work on this before DebConf. The rootless podman backend is just as easy to use and provides a simple workaround. Best, Christian [1]: https://salsa.debian.org/ckk/autopkgtest/-/tree/unshare-bind-dev [2]: https://lists.debian.org/debian-science/2025/05/msg00029.html