1
0
mirror of https://github.com/projectatomic/bubblewrap.git synced 2026-02-06 18:46:08 +01:00
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
..