pub const ENV_SECURITY_PROFILE: &str = "MSB_SECURITY_PROFILE";Expand description
Environment variable carrying the sandbox in-guest security profile.
Values:
default— preserve normal guest-root semantics. Exec sessions do not setno_new_privsand keepCAP_SYS_ADMIN.restricted— setno_new_privsand dropCAP_SYS_ADMINbefore user exec sessions. Agentd also forcesnosuid,nodevon user mounts.
Example:
MSB_SECURITY_PROFILE=restricted