Function set_dynamic_mapping

Source
pub fn set_dynamic_mapping<K, V, O>(mapping: &[(K, V)]) -> Result<()>
where K: AsRef<str>, V: AsRef<[O]>, O: AsRef<str>,
Expand description

Establishes a mapping from a user-provided ordering of object classes and permissions to the numbers actually used by the loaded system policy.

See: selinux_set_mapping().