OnAccess scan the / mount, not just /home

This commit is contained in:
Jason Rothstein 2021-07-06 03:15:56 +00:00
parent a8ea1690a6
commit dbc28d1230

View File

@ -679,7 +679,6 @@ User clamscan
# Default: disabled # Default: disabled
#OnAccessIncludePath /home #OnAccessIncludePath /home
#OnAccessIncludePath /students #OnAccessIncludePath /students
OnAccessIncludePath /home
# Set the exclude paths. All subdirectories are also excluded. # Set the exclude paths. All subdirectories are also excluded.
# Default: disabled # Default: disabled
@ -716,6 +715,7 @@ OnAccessIncludePath /home
# Default: disabled # Default: disabled
#OnAccessMountPath / #OnAccessMountPath /
#OnAccessMountPath /home/user #OnAccessMountPath /home/user
OnAccessMountPath /
# With this option you can whitelist the root UID (0). Processes run under # With this option you can whitelist the root UID (0). Processes run under
# root with be able to access all files without triggering scans or # root with be able to access all files without triggering scans or