mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
build: fix tests.
This commit is contained in:
parent
0bf068d3f2
commit
1eda41dbc6
1 changed files with 3 additions and 2 deletions
|
@ -21,10 +21,11 @@ func TestNewAppArmorProfile(t *testing.T) {
|
|||
want: &AppArmorProfile{
|
||||
Content: "",
|
||||
Variables: map[string][]string{
|
||||
"libexec": {},
|
||||
"etc_ro": {"/{usr/,}etc/"},
|
||||
"bin": {"/{usr/,}{s,}bin"},
|
||||
"lib": {"/{usr/,}lib{,exec,32,64}"},
|
||||
"multiarch": {"*-linux-gnu*"},
|
||||
"user_share_dirs": {"/home/*/.local/share"},
|
||||
"etc_ro": {"/{usr/,}etc/"},
|
||||
},
|
||||
Attachments: []string{},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue