Skip to content

Commit

Permalink
a bit of whitespace change to match everywhere else in the code and m…
Browse files Browse the repository at this point in the history
…ake grep easier
  • Loading branch information
spacelama committed Sep 10, 2024
1 parent 8303adf commit e39559e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etc/rkhunter.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,10 @@ ENABLE_TESTS=ALL
{% set disable_extra = '' %}
{% if ( host_is_container | default(false) ) %}
{% set disable_extra = disable_extra ~ ' avail_modules' %}
{%endif%}
{% endif %}
{% if ( host_is_nfsroot | default(false) ) %}
{% set disable_extra = disable_extra ~ ' immutable' %}
{%endif%}
{% endif %}
DISABLE_TESTS=suspscan hidden_procs deleted_files packet_cap_apps apps{{ disable_extra }}

#
Expand Down

0 comments on commit e39559e

Please sign in to comment.