mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
parser: Fix typoed example dbus rule in apparmor.d(5) man page
Remove extra closing parenthesis. Bug: https://launchpad.net/bugs/1838991 Fixes:46586a6334
("parser: Add example dbus rule for unconfined peers") Signed-off-by: Tyler Hicks <tyhicks@canonical.com> (cherry picked from commit7df48adae5
) Ref: https://gitlab.com/apparmor/apparmor/merge_requests/410 Acked-by: Christian Boltz <apparmor@cboltz.de> Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
parent
4c9fe34310
commit
89fdc1b532
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ Example AppArmor DBus rules:
|
|||
peer=(name=(com.example.ExampleName1|com.example.ExampleName2)),
|
||||
|
||||
# Allow receive access for all unconfined peers
|
||||
dbus receive peer=(label=unconfined)),
|
||||
dbus receive peer=(label=unconfined),
|
||||
|
||||
# Allow eavesdropping on the system bus
|
||||
dbus eavesdrop bus=system,
|
||||
|
|
Loading…
Add table
Reference in a new issue