From e214c630666ad48b39a36aa2fec591c2531e4df0 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 21 Jul 2025 16:55:49 -0400 Subject: [PATCH] Configured clamav onaccess service --- roles/bootstrap/files/clamav/clamd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/bootstrap/files/clamav/clamd.conf b/roles/bootstrap/files/clamav/clamd.conf index 67c87ff..a08e742 100644 --- a/roles/bootstrap/files/clamav/clamd.conf +++ b/roles/bootstrap/files/clamav/clamd.conf @@ -780,7 +780,7 @@ ScanArchive yes # If off, fanotify will only notify if the file scanned is a virus, # and not perform any blocking. # Default: no -#OnAccessPrevention yes +OnAccessPrevention no # When using prevention, if this option is turned on, any errors that occur # during scanning will result in the event attempt being denied. This could @@ -794,7 +794,7 @@ ScanArchive yes # created or moved. # Requires the DDD system to kick-off extra scans. # Default: no -#OnAccessExtraScanning yes +OnAccessExtraScanning yes # Set the mount point to be scanned. The mount point specified, or the mount # point containing the specified directory will be watched. If any directories @@ -805,7 +805,7 @@ ScanArchive yes # made on vital system directories) # It can be used multiple times. # Default: disabled -#OnAccessMountPath / +OnAccessMountPath / #OnAccessMountPath /home/user # With this option you can exclude the root UID (0). Processes run under