fix(build): add local variable definition.

Note: will be really fixed later.
This commit is contained in:
Alexandre Pujol 2024-04-05 23:34:44 +01:00
parent 257c872395
commit 2b26dac3b9
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,7 @@ func DefaultTunables() *AppArmorProfile {
{"bin", []string{"/{,usr/}{,s}bin"}},
{"lib", []string{"/{,usr/}lib{,exec,32,64}"}},
{"multiarch", []string{"*-linux-gnu*"}},
{"HOME", []string{"/home/*"}},
{"user_share_dirs", []string{"/home/*/.local/share"}},
{"etc_ro", []string{"/{,usr/}etc/"}},
{"int", []string{"[0-9]{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}"}},