From: Yu Watanabe Date: Thu, 20 Nov 2025 23:40:17 +0000 (+0900) Subject: apparmor: update log message X-Git-Tag: v259-rc2~46^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7582679d0ed40b478cb5869d8a4173e9a8135fd3;p=thirdparty%2Fsystemd.git apparmor: update log message Follow-up for c3b3eea2e56d7904ace7dd72c8520933ebef843e. Addresses https://github.com/systemd/systemd/pull/39826#discussion_r2547327325. --- diff --git a/src/core/apparmor-setup.c b/src/core/apparmor-setup.c index 97ff70bffcb..c4ea14b1d58 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; }