Use the following steps to allow VSEL to quarantine from a remote share:
- For the On-Access scan:
- Open /var/opt/NAI/LinuxShield/etc/nailsd.cfg in a text editor.
- Search for the following entries:
# Allow or deny quarantining from remote FS (Bool)
nailsd.profile.OAS.quarantineFromRemoteFS: false
- Change the setting for nailsd.profile.OAS.quarantineFromRemoteFS to true. For example:
nailsd.profile.OAS.quarantineFromRemoteFS: true
- For the On-Demand scan:
- Open /var/opt/NAI/LinuxShield/etc/ods.cfg in a text editor.
- Search for the following entries:
nailsd.profile.ODS.quarantineFromRemoteFS: false
nailsd.profile.ODS_default.quarantineFromRemoteFS: false
- Set both values to true. For example:
nailsd.profile.ODS.quarantineFromRemoteFS: true
nailsd.profile.ODS_default.quarantineFromRemoteFS: true
- Stop the nails service. Type the following command and press ENTER:
#/etc/init.d/nails stop
- Start the nails service. Type the following command and press ENTER:
#/etc/init.d/nails start