The examples given in the README and examples seem to suggest that the command is unveiled automatically, but looking at the sandbox code (ref sandbox.go#L51-L55) it looks like the sandbox automatically unveils /bin, /usr/bin, and /usr/local/bin. We should clarify this behavior in the README.
The examples given in the README and examples seem to suggest that the command is unveiled automatically, but looking at the sandbox code (ref
sandbox.go#L51-L55
) it looks like the sandbox automatically unveils/bin
,/usr/bin
, and/usr/local/bin
. We should clarify this behavior in the README.