Merge remote-tracking branch 'mvo5-private/release-2.54.3'

Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
This commit is contained in:
Ian Johnson
2022-02-17 11:11:13 -06:00
50 changed files with 2181 additions and 559 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ fi`)
c.Check(s.snapSeccomp.Calls(), HasLen, 0)
// ensure the snap-seccomp from the core snap was used instead
c.Check(snapSeccompOnCore.Calls(), DeepEquals, [][]string{
{"snap-seccomp", "version-info"},
{"snap-seccomp", "version-info"}, // from Initialize()
{"snap-seccomp", "compile", profile + ".src", profile + ".bin"},
})
raw, err := ioutil.ReadFile(profile + ".src")