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 {
|
func newRlimitFromLog(log map[string]string) Rule {
|
||||||
return &Rlimit{
|
return &Rlimit{
|
||||||
Base: newBaseFromLog(log),
|
Base: newBaseFromLog(log),
|
||||||
Key: log["key"],
|
Key: log["rlimit"],
|
||||||
Op: log["op"],
|
Op: "<=",
|
||||||
Value: log["value"],
|
Value: log["value"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue