hashicorp / nomad-driver-exec2

An official Nomad task driver plugin for sandboxing workloads using native Linux kernel features
Mozilla Public License 2.0
9 stars 0 forks source link

docs are ambiguous on whether command is automatically unveiled #19

Closed tgross closed 5 months ago

tgross commented 6 months ago

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.