From 4b4e38647c7dd7cdd6a8a7a74f7d51547824a96d Mon Sep 17 00:00:00 2001 From: jackloomen <79494508+jackloomen@users.noreply.github.com> Date: Sat, 7 Jan 2023 04:10:48 +0000 Subject: [PATCH] Update bwrap.xml The only indication that this may occur is the timing of lsof return - with every instance of bubblewrap closed, return was a bit faster. Problem referenced: https://forums.gentoo.org/viewtopic-t-1116050-start-0.html Nothing else indicated why a mapped device was busy. --- bwrap.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bwrap.xml b/bwrap.xml index 4fe571ef..1be1ce5a 100644 --- a/bwrap.xml +++ b/bwrap.xml @@ -54,6 +54,7 @@ By default, bwrap creates a new mount namespace for the sandbox. + Be aware that this may interfere with attempts to close mapped devices such as encrypted drives. Optionally it also sets up new user, ipc, pid, network and uts namespaces (but note the user namespace is required if bwrap is not installed setuid root). The application in the sandbox can be made to run with a different UID and GID.