Skip to main content

default_root_sddl

Function default_root_sddl 

Source
pub fn default_root_sddl(admission: &RootAdmission) -> String
Expand description

The security descriptor the default runner root is created and reconciled with, in SDDL.

Split out and public for the same reason crate::secrets splits out its own: a test asserts the exact string rather than inferring it from a file, and a reviewer reads one line instead of three API calls.