Configuration for task namespace isolation in driver plugin #9969
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/driver
type/enhancement
Nomad v1.0.3 fixes a security issue where task PID and IPC namespaces were shared among tasks using the same user. To re-enable the previous behavior, we can add configuration options to the exec-based driver plugins, e.g.
default_pid_mode
: "private" or "host" [default: "private"]default_ipc_mode
: "private" or "host" [default: "private"]These would be applied cluster-wide to all tasks using an exec-based task driver (e.g.
exec
andjava
).The text was updated successfully, but these errors were encountered: