fix output, fix conf

This commit is contained in:
Alexey Avramov 2020-06-28 15:37:14 +09:00
parent edf43313d7
commit 231c705700
3 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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: