Files
bubblewrap/tests
Timothy E Baldwin 598e586c91 Fix Test - $BWRAP is inaccessable when run sudo root
Ironically, if running sudo root the path to test-bwrap may
be unreachable in the user namespace as root does not have
permission, and CAP_DAC_OVERRIDE only works for mapped uids.

Fix by using /proc/self/exe for nested bwrap.
2020-07-30 21:48:39 +01:00
..