build: add @{int2} to the list of default variable.
This commit is contained in:
parent
4d29127d57
commit
14cac43c6c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ func DefaultTunables() *AppArmorProfile {
|
||||||
return &AppArmorProfile{
|
return &AppArmorProfile{
|
||||||
Preamble: Preamble{
|
Preamble: Preamble{
|
||||||
Variables: []Variable{
|
Variables: []Variable{
|
||||||
|
{"int2", []string{"[0-9][0-9]"}},
|
||||||
{"bin", []string{"/{,usr/}{,s}bin"}},
|
{"bin", []string{"/{,usr/}{,s}bin"}},
|
||||||
{"lib", []string{"/{,usr/}lib{,exec,32,64}"}},
|
{"lib", []string{"/{,usr/}lib{,exec,32,64}"}},
|
||||||
{"multiarch", []string{"*-linux-gnu*"}},
|
{"multiarch", []string{"*-linux-gnu*"}},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue