]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
apparmor: update log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 20 Nov 2025 23:40:17 +0000 (08:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 22 Nov 2025 00:42:41 +0000 (09:42 +0900)
Follow-up for c3b3eea2e56d7904ace7dd72c8520933ebef843e.
Addresses https://github.com/systemd/systemd/pull/39826#discussion_r2547327325.

src/core/apparmor-setup.c

index 97ff70bffcb0b2d728c183176d64bd4b643ed961..c4ea14b1d580e92d2efbccbb004e2ca71ae03300 100644 (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;
         }