From 7582679d0ed40b478cb5869d8a4173e9a8135fd3 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 21 Nov 2025 08:40:17 +0900 Subject: [PATCH] apparmor: update log message Follow-up for c3b3eea2e56d7904ace7dd72c8520933ebef843e. Addresses https://github.com/systemd/systemd/pull/39826#discussion_r2547327325. --- src/core/apparmor-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/apparmor-setup.c b/src/core/apparmor-setup.c index 97ff70bffc..c4ea14b1d5 100644 --- a/src/core/apparmor-setup.c +++ b/src/core/apparmor-setup.c @@ -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; }