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§
Sourcefn set_status(&mut self, policy_status: SeLinuxStatus)
fn set_status(&mut self, policy_status: SeLinuxStatus)
Sets the value part of the associated selinuxfs status file.