Update QuickProfileLanguage

Ryan Lee 2024-08-26 23:41:05 +00:00
parent 5b5568722f
commit 9b49629ab5

@ -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>