Update apparmor.d
This commit is contained in:
parent
1e914f35f5
commit
4b7141cdbe
1 changed files with 4 additions and 4 deletions
|
|
@ -12,8 +12,8 @@
|
||||||
# Single alphanumeric character
|
# Single alphanumeric character
|
||||||
@{c}=[0-9a-zA-Z]
|
@{c}=[0-9a-zA-Z]
|
||||||
|
|
||||||
# Only number (0-9999999999)
|
# Up to 10 digits (0-9999999999)
|
||||||
@{int}={[0-9],[0-9][0-9],[0-9][0-9][0-9],[0-9][0-9][0-9][0-9],[0-9][0-9][0-9][0-9][0-9],[0-9][0-9][0-9][0-9][0-9][0-9],[0-9][0-9][0-9][0-9][0-9][0-9][0-9],[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9],[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9],[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]}
|
@{int}=[0-9]{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}
|
||||||
|
|
||||||
# Any six characters
|
# Any six characters
|
||||||
@{rand6}=@{c}@{c}@{c}@{c}@{c}@{c}
|
@{rand6}=@{c}@{c}@{c}@{c}@{c}@{c}
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
@{hex}=@{h}*@{h}
|
@{hex}=@{h}*@{h}
|
||||||
|
|
||||||
# Date and time
|
# Date and time
|
||||||
@{date}=[0-9][0-9][0-9][0-9]-[1-9]{,[0-2]}-[1-9]{,[0-9]}
|
@{date}=[0-2][0-9][0-9][0-9]-[01][0-9]-[0-3][0-9]
|
||||||
@{time}=[1-9]{,[0-9]}-[0-9]{,[0-9]}-[0-9]{,[0-9]}
|
@{time}={[0-2],}[0-9]-[0-5][0-9]-[0-6][0-9]
|
||||||
|
|
||||||
# @{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…
Add table
Add a link
Reference in a new issue