Configured clamav onaccess service

This commit is contained in:
Alex Tavarez
2025-07-21 16:55:49 -04:00
parent 8279118851
commit e214c63066

View File

@@ -780,7 +780,7 @@ ScanArchive yes
# If off, fanotify will only notify if the file scanned is a virus, # If off, fanotify will only notify if the file scanned is a virus,
# and not perform any blocking. # and not perform any blocking.
# Default: no # Default: no
#OnAccessPrevention yes OnAccessPrevention no
# When using prevention, if this option is turned on, any errors that occur # 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 # during scanning will result in the event attempt being denied. This could
@@ -794,7 +794,7 @@ ScanArchive yes
# created or moved. # created or moved.
# Requires the DDD system to kick-off extra scans. # Requires the DDD system to kick-off extra scans.
# Default: no # Default: no
#OnAccessExtraScanning yes OnAccessExtraScanning yes
# Set the mount point to be scanned. The mount point specified, or the mount # 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 # point containing the specified directory will be watched. If any directories
@@ -805,7 +805,7 @@ ScanArchive yes
# made on vital system directories) # made on vital system directories)
# It can be used multiple times. # It can be used multiple times.
# Default: disabled # Default: disabled
#OnAccessMountPath / OnAccessMountPath /
#OnAccessMountPath /home/user #OnAccessMountPath /home/user
# With this option you can exclude the root UID (0). Processes run under # With this option you can exclude the root UID (0). Processes run under