open-nomad/.changelog/11856.txt
Tim Gross 73d0779858
drivers: set world-readable permissions on copied resolv.conf (#11856)
When we copy the system DNS to a task's `resolv.conf`, we should set
the permissions as world-readable so that unprivileged users within
the task can read it.
2022-01-14 12:25:23 -05:00

4 lines
151 B
Plaintext

```release-note:bug
drivers: Fixed a bug where the `resolv.conf` copied from the system was not readable to unprivileged processes within the task
```