feat(pkg): minor improvment on rlimit definition.
This commit is contained in:
parent
255458bc9c
commit
ef90157f25
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ func newRlimit(q Qualifier, rule rule) (Rule, error) {
|
|||
func newRlimitFromLog(log map[string]string) Rule {
|
||||
return &Rlimit{
|
||||
Base: newBaseFromLog(log),
|
||||
Key: log["key"],
|
||||
Op: log["op"],
|
||||
Key: log["rlimit"],
|
||||
Op: "<=",
|
||||
Value: log["value"],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue