mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
build: add @{int2} to the list of default variable.
This commit is contained in:
parent
4d29127d57
commit
14cac43c6c
@ -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*"}},
|
||||
|
Loading…
Reference in New Issue
Block a user