mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-03 04:21:28 -05:00
The kernel used on some autobuilders for the Debian PA-RISC port can do "bwrap --ro-bind / / /bin/true", but not the bwrap invocations made during the actual testing, which fail with "Creating new namespace failed: Invalid argument". Make the trial bwrap invocation more like what Flatpak actually does, so that these tests will hopefully be skipped on such kernels. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876743 Signed-off-by: Simon McVittie <smcv@debian.org>