Trait selinux::SeLinuxStatusPublisher

source ·
pub trait SeLinuxStatusPublisher: Send {
    // Required method
    fn set_status(&mut self, policy_status: SeLinuxStatus);
}
Expand description

Interface for security server to interact with selinuxfs status file.

Required Methods§

source

fn set_status(&mut self, policy_status: SeLinuxStatus)

Sets the value part of the associated selinuxfs status file.

Implementors§