open-nomad/drivers/shared/executor
Kris Hicks 8a8b95a119
executor_linux: Remove unreachable PATH= code (#9778)
This has to have been unused because the HasPrefix operation is
backwards, meaning a Command.Env that includes PATH= never would have
worked; the default path was always used.
2021-01-15 11:19:09 -08:00
..
proto use comment ignores (#9448) 2020-11-25 16:03:01 -05:00
test-resources/busybox
client.go client: support no_pivot_root in exec driver configuration 2020-02-18 09:27:16 -08:00
exec_utils.go Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
executor.go honor task user when execing into raw_exec task (#9439) 2020-11-25 09:34:10 -05:00
executor_basic.go honor task user when execing into raw_exec task (#9439) 2020-11-25 09:34:10 -05:00
executor_linux.go executor_linux: Remove unreachable PATH= code (#9778) 2021-01-15 11:19:09 -08:00
executor_linux_test.go raw_exec: don't use cgroups when no_cgroup is set (#9328) 2020-11-11 16:20:34 -05:00
executor_plugin.go
executor_test.go tests: copy permissions when copying files 2020-10-01 10:23:14 -04:00
executor_universal_linux.go honor task user when execing into raw_exec task (#9439) 2020-11-25 09:34:10 -05:00
executor_unix.go default e.getAllPids in executor_basic 2019-07-18 10:57:27 -04:00
executor_windows.go default e.getAllPids in executor_basic 2019-07-18 10:57:27 -04:00
legacy_executor_wrapper.go Legacy executors are executors after all 2020-11-10 10:20:07 -05:00
libcontainer_nsenter_linux.go
pid_collector.go pid_collector getAllPids -> getAllPidsByScanning 2019-07-17 17:31:20 -04:00
pid_collector_test.go
plugins.go
pty_unix.go Upgrade to golang 1.15 (#8858) 2020-09-09 15:59:29 -04:00
pty_windows.go
resource_container_default.go
resource_container_linux.go resource_container_linux new getAllPidsByCgroup 2019-07-17 17:31:36 -04:00
server.go client: support no_pivot_root in exec driver configuration 2020-02-18 09:27:16 -08:00
utils.go
utils_unix.go
utils_windows.go
z_executor_cmd.go