pub const ENV_USER: &str = "MSB_USER";Expand description
Environment variable carrying the default guest user for agentd execs.
Format: USER[:GROUP] or UID[:GID]
USERUIDUSER:GROUPUID:GID
Example:
MSB_USER=alice— default to useraliceMSB_USER=1000— default to UID 1000MSB_USER=alice:developers— default to useraliceand groupdevelopersMSB_USER=1000:100— default to UID 1000 and GID 100