Skip to main content

LINUX_USER

Constant LINUX_USER 

Source
pub const LINUX_USER: &str = "root";
Expand description

The Linux account every managed command runs as.

Fixed rather than configurable. The provider’s whole job — installing a binary under /usr/local/bin, registering a system unit, writing a machine secret store — is root’s, and a second account would mean a second set of permissions to reason about for no gain (02-target-architecture.md: --user root).