We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0f818 commit 0caa52cCopy full SHA for 0caa52c
rust/agama-manager/src/actions.rs
@@ -359,6 +359,13 @@ impl SetConfigAction {
359
Ok(())
360
}
361
362
+ // Enables/Disables SELinux in the installed system.
363
+ //
364
+ // If the "selinux" pattern is selected, set the "security=selinux" boot
365
+ // kernel parameter.
366
367
+ // NOTE: this logic should live in another place, like "agama-security".
368
+ // It is temporarily here to fix bsc#1259890.
369
async fn set_selinux(&self) -> Result<(), service::Error> {
370
let selinux_selected = self
371
.software
0 commit comments