mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
apparmor: update log message
Follow-up for c3b3eea2e5.
Addresses https://github.com/systemd/systemd/pull/39826#discussion_r2547327325.
This commit is contained in:
@@ -20,7 +20,7 @@ int mac_apparmor_setup(void) {
|
||||
int r;
|
||||
|
||||
if (!mac_apparmor_use()) {
|
||||
log_debug("Skipping AppArmor initialization: not supported by the kernel, is disabled or libapparmor is not installed.");
|
||||
log_debug("Skipping AppArmor initialization: not supported by the kernel, disabled, or libapparmor not installed.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user