feat(aa): improve internal sorting order.

This commit is contained in:
Alexandre Pujol 2024-06-25 20:11:24 +01:00
parent 7c006dee0a
commit 732134bd96
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 9 additions and 9 deletions

View file

@ -20,10 +20,10 @@ const (
func init() {
requirements[PROFILE] = requirement{
tokFLAGS: {
"enforce", "complain", "kill", "default_allow", "unconfined",
"prompt", "audit", "mediate_deleted", "attach_disconnected",
"attach_disconneced.path=", "chroot_relative", "debug",
"interruptible", "kill", "kill.signal=",
"attach_disconneced.path=", "attach_disconnected", "audit",
"chroot_relative", "complain", "debug", "default_allow", "enforce",
"interruptible", "kill.signal=", "kill", "kill", "mediate_deleted",
"prompt", "unconfined",
},
}
}