apparmor: update log message

Follow-up for c3b3eea2e5.
Addresses https://github.com/systemd/systemd/pull/39826#discussion_r2547327325.
This commit is contained in:
Yu Watanabe
2025-11-21 08:40:17 +09:00
parent 7d23e27e4c
commit 7582679d0e

View File

@@ -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;
}