open-nomad/client/allocrunner/taskrunner/getter
Seth Hoenig 825c5cc65e
artifact: add client toggle to disable filesystem isolation (#15503)
This PR adds the client config option for turning off filesystem isolation,
applicable on Linux systems where filesystem isolation is possible and
enabled by default.

```hcl
client{
  artifact {
    disable_filesystem_isolation = <bool:false>
  }
}
```

Closes #15496
2022-12-08 12:29:23 -06:00
..
error.go
error_test.go
params.go artifact: add client toggle to disable filesystem isolation (#15503) 2022-12-08 12:29:23 -06:00
params_test.go artifact: add client toggle to disable filesystem isolation (#15503) 2022-12-08 12:29:23 -06:00
replacer_test.go
sandbox.go artifact: add client toggle to disable filesystem isolation (#15503) 2022-12-08 12:29:23 -06:00
sandbox_test.go
testing.go
util.go artifact: add client toggle to disable filesystem isolation (#15503) 2022-12-08 12:29:23 -06:00
util_default.go
util_linux.go
util_test.go
util_windows.go client: sandbox go-getter subprocess with landlock (#15328) 2022-12-07 16:02:25 -06:00
z_getter_cmd.go artifact: add client toggle to disable filesystem isolation (#15503) 2022-12-08 12:29:23 -06:00