feat(aa): add some missing rule template.

This commit is contained in:
Alexandre Pujol 2024-04-25 14:01:04 +01:00
parent 978daa446b
commit 068373405f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 36 additions and 2 deletions

View file

@ -53,7 +53,9 @@ var (
// The order the apparmor rules should be sorted
ruleAlphabet = []string{
"include",
"all",
"rlimit",
"userns",
"capability",
"network",
"mount",
@ -62,11 +64,10 @@ var (
"pivotroot",
"changeprofile",
"mqueue",
"iouring",
"signal",
"ptrace",
"unix",
"userns",
"iouring",
"dbus",
"file",
"profile",