test: add more profile sorting test.
This commit is contained in:
parent
c0bc903101
commit
95c322d62a
2 changed files with 16 additions and 7 deletions
|
|
@ -5,6 +5,13 @@
|
|||
package aa
|
||||
|
||||
var (
|
||||
// Include
|
||||
includeLocal1 = &Include{
|
||||
IfExists: true,
|
||||
IsMagic: true,
|
||||
Path: "local/foo",
|
||||
}
|
||||
|
||||
// Capability
|
||||
capability1Log = map[string]string{
|
||||
"apparmor": "ALLOWED",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue