When I bind filesystem root it works
~> bwrap --ro-bind / / -- which which
/usr/bin/which
however when I bind non-root it fails
~> bwrap --ro-bind /usr /usr -- which which
bwrap: execvp which: No such file or directory
even though /usr/bin/which is in /usr.
Why does it fail?