Installation manual
20
5.1. User Specic Conguration
User Specic  Conguration mechanism  is implemented in the  product in order to provide user  with enhanced 
conguration functionality. It allows to dene NOD32 anti-virus scanner parameters selectively for user accessing le 
system objects.
Please  note that the detailed description of  this functionality can be  found in nod32.cfg(5) manual page and 
manual pages referenced there. Thus in this section we will only provide short example of user specic conguration 
denition.
Let’s say we use nod32dac module for the scanning purpose. This module is subjected to the conguration section 
[dac] found within main NOD32 conguration le. The example of the section can be as follows.
[dac] 
agent_enabled = yes 
event_mask = 5 
ctl_incl = “/home“ 
action_on_processed = accept
In order to provide individual parameters setting one has to dene ‘user_cong‘ parameter with the path to the 
special conguration le where the individual setting will be stored. In the next example we create reference to the 
special conguration le ’nod32dac_spec.cfg’ located within default conguration le directory.
[dac] 
agent_enabled = yes 
event_mask = 5 
ctl_incl = “/home“ 
action_on_processed = accept 
user_cong = “nod32smtp_spec.cfg“
Note that the ‘user_cong‘ parameter accepts also absolute path to the specic conguration le. 
Once special conguration le referenced from within [dac] section we have to create this le and provide the le 
with an appropriate individual settings.
In  the  next  example  we  create  individual  parameter  setting  of  parameter  ’action_on_processed’  for  user 
’username’.
[username] 
action_on_processed = reject
Note that the section header name of the special section contains identication of the user for which we have created 
the individual setting. The section body then contains individual parameters specied for this identication. Thus with 
this special conguration all users attempting to access le-system will be processed, i.e. all le system objects accessed 
by the users will be scanned for inltrations, with exception to the user ’username’ that will be rejected, i.e. the access 
of the le system will be blocked for this user.
5.2. Handle Object Policy
The Handle Object Policy (see gure 5-1) is a mechanism that provides handling of the scanned objects depending 
on their scanning status. The mechanism is based on so-called action conguration options (’action_on_processed’, 
’action_on_infected’,  ’action_on_uncleanable’,  ’action_on_notscanned’)  combined  with  Anti-Virus    enabling  
NOD32 for Linux/BSD File Server










