zanitizer_config.pm.sample: keep_file → scrub_filename

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2018-09-21 18:31:16 -07:00 committed by Tim Abbott
parent cb116be60c
commit 5e88b3013a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sub scrub_text {
s/hunter2/xxxxxxx/g;
}
sub keep_file {
sub scrub_filename {
if (m%^secret-directory/% || m%settings\.ini$%) {
undef $_;
} else {