Update apparmor.d

This commit is contained in:
nobody43 2023-08-09 11:54:48 +00:00 committed by GitHub
parent 1e914f35f5
commit 4b7141cdbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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