I switch between bare-metal builds and performing builds inside Docker.
This can lead to permission errors when the build directory is a build artifact from Docker and is owned by root. Resulting unexpected permission errors.
Is it possible to optionally disable this with a --no-explore flag?