mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update QuickProfileLanguage
parent
5b5568722f
commit
9b49629ab5
1 changed files with 6 additions and 5 deletions
|
@ -65,11 +65,12 @@ Include Rules
|
|||
-------------
|
||||
|
||||
Policy files can include other files to share text segments. AppArmor
|
||||
includes follow the C include convention. They start with **\#include**
|
||||
followed by either **<** **>** for text chucks relative to
|
||||
a set include directory or **"** **"** for files relative to the
|
||||
current file. The **\#** is optional and shouldn't be used in newer
|
||||
profiles. Eg:
|
||||
includes follow the C include convention: as rules in an include would
|
||||
be terminated with a comma, include statements should not be terminated
|
||||
with one either. They start with `include` followed by either angle
|
||||
brackets for text chucks relative to a set include directory or quoted
|
||||
paths for files relative to the current file. A `#` may precede the
|
||||
`include` keyword, but it shouldn't be used in newer profiles. Eg:
|
||||
|
||||
```
|
||||
#include <file>
|
||||
|
|
Loading…
Add table
Reference in a new issue