fix(build): add local variable definition.
Note: will be really fixed later.
This commit is contained in:
parent
257c872395
commit
2b26dac3b9
2 changed files with 3 additions and 1 deletions
|
|
@ -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],}"}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue