mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
The environment variables needed for envoking `rkt` command line should include host PATH (to access `iptables`). Given that the command runs outside the VM, untrusted task environment variables should NOT be honored here. We do this already with `rkt`, but the change is quite subtle to miss when refactoring.