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,14 @@ import "slices"
|
|||
|
||||
const tokPTRACE = "ptrace"
|
||||
|
||||
func init() {
|
||||
requirements[tokPTRACE] = requirement{
|
||||
"access": []string{
|
||||
"r", "w", "rw", "read", "readby", "trace", "tracedby",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
type Ptrace struct {
|
||||
RuleBase
|
||||
Qualifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue