chore(aa): minor cosmetic of the rule interface.
This commit is contained in:
parent
86b2f74a24
commit
191c72fcb6
20 changed files with 62 additions and 62 deletions
|
|
@ -55,8 +55,8 @@ func (r *Rlimit) Kind() Kind {
|
|||
return RLIMIT
|
||||
}
|
||||
|
||||
func (r *Rlimit) Constraint() constraint {
|
||||
return blockKind
|
||||
func (r *Rlimit) Constraint() Constraint {
|
||||
return BlockRule
|
||||
}
|
||||
|
||||
func (r *Rlimit) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue