2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

Add note to QuickProfileLanguage about directories and trailing slashes

Ryan Lee 2024-08-14 21:09:15 +00:00
parent dcdc1586f1
commit cf0e3acd0d

@ -185,6 +185,8 @@ path first. A valid pathname always begins with a **/**. Eg:
 }
```
Entries for specific (non-globbed) directories should have a trailing slash at the end. For example, `/path/to/obj rw` grants permissions for a file `obj`, while `/path/to/obj/ rw` grants permissions for a directory `obj`.
File rules can contain special globbing characters that allow matching
to multiple files (see File Globbing, below)