feat(aa): add some missing rule template.
This commit is contained in:
parent
978daa446b
commit
068373405f
4 changed files with 36 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue