man page dbus example has typo

Bug #1838991 reported by Ian Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
AppArmor
Fix Released
Low
Tyler Hicks

Bug Description

See http://manpages.ubuntu.com/manpages/eoan/en/man5/apparmor.d.5.html in the dbus example section for `peer=(label=unconfined)`. It has an extra closing parenthesis:

```
           # Allow receive access for all unconfined peers
           dbus receive peer=(label=unconfined)),
```

it should read:

```
           # Allow receive access for all unconfined peers
           dbus receive peer=(label=unconfined),
```

Tyler Hicks (tyhicks)
Changed in apparmor:
status: New → In Progress
importance: Undecided → Low
assignee: nobody → Tyler Hicks (tyhicks)
Revision history for this message
Tyler Hicks (tyhicks) wrote :

Thanks for the bug report!

Fix submitted: https://gitlab.com/apparmor/apparmor/merge_requests/410

Revision history for this message
Tyler Hicks (tyhicks) wrote :
Changed in apparmor:
status: In Progress → Fix Committed
Revision history for this message
intrigeri (intrigeri) wrote :

Fixed in 3.0.0

Changed in apparmor:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.