From c16d34e7bf7d57e23aa85db7dac1a348db490ac3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 Sep 2024 17:57:20 +0100 Subject: [PATCH] spec: Be consistent about the case of feature flags The `AppArmor` feature flag is a case-sensitive string literal, so consistently use its correct case-combination. Signed-off-by: Simon McVittie --- doc/dbus-specification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index c8ee96be7..f5c92fb41 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7444,7 +7444,7 @@ This message bus filters messages via the SELinux - security framework. Similar to apparmor, + security framework. Similar to AppArmor, this feature should only be advertised if SELinux mediation is enabled and active at runtime (if SELinux is placed in permissive mode, that is still considered to be active). -- 2.47.3