doc: update guideline to the new bin and lib variables.

This commit is contained in:
Alexandre Pujol 2023-07-09 15:04:06 +01:00
parent 2b2c42d23c
commit 64146be05a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 18 additions and 18 deletions

View file

@ -92,7 +92,7 @@ your rules in it.
picture, books...) with some predefined GUI application. To allow it to open
URLs with Firefox, create the file `/etc/apparmor.d/local/child-open` with:
```sh
/{usr/,}bin/firefox rPx,
@{bin}/firefox rPx,
```
!!! note