pub fn set_dynamic_mapping<K, V, O>(mapping: &[(K, V)]) -> Result<()>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().