Add apparmor element and attributes to the bus config dtd

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75113
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Tyler Hicks 2014-02-10 18:29:06 -06:00 committed by Simon McVittie
parent 7e142554d3
commit e6b90976c8

View file

@ -11,7 +11,8 @@
include |
policy |
limit |
selinux)*>
selinux |
apparmor)*>
<!ELEMENT user (#PCDATA)>
<!ELEMENT listen (#PCDATA)>
@ -63,3 +64,7 @@
<!ATTLIST associate
own CDATA #REQUIRED
context CDATA #REQUIRED>
<!ELEMENT apparmor EMPTY>
<!ATTLIST apparmor
mode (required|enabled|disabled) "enabled">