build: add @{int2} to the list of default variable.

This commit is contained in:
Alexandre Pujol 2024-05-11 12:13:01 +01:00
parent 4d29127d57
commit 14cac43c6c
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -40,6 +40,7 @@ func DefaultTunables() *AppArmorProfile {
return &AppArmorProfile{
Preamble: Preamble{
Variables: []Variable{
{"int2", []string{"[0-9][0-9]"}},
{"bin", []string{"/{,usr/}{,s}bin"}},
{"lib", []string{"/{,usr/}lib{,exec,32,64}"}},
{"multiarch", []string{"*-linux-gnu*"}},