Update AppArmorDBus

John Johansen 2018-06-14 18:36:56 +00:00
parent 31fa96d5af
commit 3a2b628523

@ -52,9 +52,9 @@ AppArmor DBus rules are broad and general and become more restrictive as further
Some AppArmor DBus permissions are not compatible with all AppArmor DBus rules. The 'bind' permission cannot be used in message rules. The 'send' and 'receive' permissions cannot be used in service rules. The 'eavesdrop' permission cannot be used in rules containing any conditionals outside of the 'bus' conditional.
'r' and 'read' are synonyms for 'receive'.'
'w' and 'write' are synonyms for 'send'.
'rw' is a synonym for both 'send' and 'receive'.
'r' and 'read' are synonyms for 'receive'.'<br><br>
'w' and 'write' are synonyms for 'send'.<br><br>
'rw' is a synonym for both 'send' and 'receive'.<br><br>
AppArmor DBus permissions are implied when a rule does not explicitly state an access list. By default, all DBus permissions are implied. Only message permissions are implied for message rules and only service permissions are implied for service rules.