mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
Document empty quotes ("") as empty value of a variable
Acked-by: Seth Arnold <seth.arnold@canonical.com> for all branches where this makes sense :)
This commit is contained in:
parent
0125d04924
commit
36b699bcf6
1 changed files with 2 additions and 1 deletions
|
@ -1234,7 +1234,8 @@ must be made before the start of the profile.
|
|||
|
||||
The parser will automatically expand variables to include all values
|
||||
that they have been assigned; it is an error to reference a variable
|
||||
without setting at least one value.
|
||||
without setting at least one value. You can use empty quotes ("") to
|
||||
explicitly add an empty value.
|
||||
|
||||
At the time of this writing, the following variables are defined in the
|
||||
provided AppArmor policy:
|
||||
|
|
Loading…
Add table
Reference in a new issue