Skip to main content

INHERITANCE

Constant INHERITANCE 

Source
pub const INHERITANCE: &str = "OICI";
Expand description

The inheritance flags every ACE this module writes carries.

OI CI — object inherit and container inherit, with no IO: the ACE applies to the root itself and propagates to every file and directory created below it. Both halves are required. Without the propagation a service could create <root>\<attempt> and then be unable to write inside it; without the ACE applying to the root itself it could not create the child in the first place.