local clean_output_prefix clean_output

This commit is contained in:
Patrick Schleizer 2024-07-24 11:03:28 -04:00
parent a6e517736b
commit d536683511
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -212,6 +212,7 @@ file_name_from_stat: '${file_name_from_stat}'" >&2
fi
done
local clean_output_prefix clean_output
clean_output_prefix="Managing (S|G)UID of line:"
clean_output="setuid=${setuid_output} setgid=${setsgid_output} existing_mode=${existing_mode} new_mode=${new_mode} file='${file_name}'"
if test "${whitelists_disable_all:-}" = "true"; then