fix output, fix conf
This commit is contained in:
parent
edf43313d7
commit
231c705700
@ -387,7 +387,7 @@ ignore_positive_oom_score_adj = False
|
||||
@BADNESS_ADJ_RE_REALPATH 900 /// ^(/usr/bin/stress|/usr/bin/stress-ng)$
|
||||
|
||||
|
||||
7.2.6. Matching cwd with RE patterns
|
||||
7.2.6. Matching /proc/[pid]/cwd realpath with RE patterns
|
||||
|
||||
@BADNESS_ADJ_RE_CWD 200 /// ^/home/
|
||||
|
||||
|
@ -331,7 +331,7 @@ ignore_positive_oom_score_adj = False
|
||||
Example:
|
||||
@BADNESS_ADJ_RE_REALPATH 900 /// ^(/usr/bin/stress|/usr/bin/stress-ng)$
|
||||
|
||||
7.2.6. Matching cwd with RE patterns
|
||||
7.2.6. Matching /proc/[pid]/cwd realpath with RE patterns
|
||||
|
||||
@BADNESS_ADJ_RE_CWD 200 /// ^/home/
|
||||
|
||||
|
@ -651,7 +651,7 @@ def check_config():
|
||||
else:
|
||||
log(' (not set)')
|
||||
|
||||
log('7.2.6. Matching cwd with RE patterns')
|
||||
log('7.2.6. Matching /proc/[pid]/cwd realpath with RE patterns')
|
||||
if len(badness_adj_re_cwd_list) > 0:
|
||||
log(' badness_adj: regexp:')
|
||||
for i in badness_adj_re_cwd_list:
|
||||
|
Loading…
Reference in New Issue
Block a user