feat(aa): add requirements map.
This commit is contained in:
parent
e38f5b4637
commit
744c745394
14 changed files with 163 additions and 10 deletions
|
|
@ -8,6 +8,11 @@ import "slices"
|
|||
|
||||
const tokIOURING = "io_uring"
|
||||
|
||||
func init() {
|
||||
requirements[tokIOURING] = requirement{
|
||||
"access": []string{"sqpoll", "override_creds"},
|
||||
}
|
||||
}
|
||||
|
||||
type IOUring struct {
|
||||
RuleBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue