February 2020
Intermediate to advanced
666 pages
15h 45m
English
In previous versions, maldet was configured by default to automatically monitor and scan users' home directories. In its current version, the default is for it to only monitor the /dev/shm, /var/tmp, and /tmp directories. We're going to reconfigure it so that we can add some directories. Let's get started:
default_monitor_mode="users"# default_monitor_mode="/usr/local/maldetect/monitor_paths"
Change them to the following:
# default_monitor_mode="users"default_monitor_mode="/usr/local/maldetect/monitor_paths"