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

driver: add tests that fail to write into the tasks own sandbox #33

Closed shoenig closed 5 months ago

shoenig commented 5 months ago

If unveil_defaults is not set, it should not be possible to write into the task's own sandbox. In this case the task should be configured with its own sandbox as one of its unveil paths.