test: add more profile sorting test.

This commit is contained in:
Alexandre Pujol 2023-09-30 13:55:56 +01:00
parent c0bc903101
commit 95c322d62a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 16 additions and 7 deletions

View file

@ -5,6 +5,13 @@
package aa
var (
// Include
includeLocal1 = &Include{
IfExists: true,
IsMagic: true,
Path: "local/foo",
}
// Capability
capability1Log = map[string]string{
"apparmor": "ALLOWED",