From: Simon McVittie Date: Wed, 25 Sep 2024 16:57:20 +0000 (+0100) Subject: spec: Be consistent about the case of feature flags X-Git-Tag: dbus-1.15.12~17^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c16d34e7bf7d57e23aa85db7dac1a348db490ac3;p=thirdparty%2Fdbus.git 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 --- 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).