mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-24 17:20:44 +02:00
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:
parent
7e142554d3
commit
e6b90976c8
1 changed files with 6 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue