mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
feat(profiles): add the @{hex} variables.
This commit is contained in:
parent
66b529497d
commit
a2fa2421cb
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
# Universally unique identifier
|
# Universally unique identifier
|
||||||
@{uuid}=[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*
|
@{uuid}=[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*
|
||||||
|
|
||||||
|
# Hexadecimal
|
||||||
|
@{hex}=[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]
|
||||||
|
|
||||||
# @{MOUNTDIRS} is a space-separated list of where user mount directories
|
# @{MOUNTDIRS} is a space-separated list of where user mount directories
|
||||||
# are stored, for programs that must enumerate all mount directories on a
|
# are stored, for programs that must enumerate all mount directories on a
|
||||||
|
|
Loading…
Reference in a new issue