FortiClient
FortiClient proactively defends against advanced attacks. Its tight integration with the Security Fabric enables policy-based automation to contain threats and control outbreaks. FortiClient is compatible with Fabric-Ready partners to further strengthen enterprises’ security posture.
ctanev1
Staff & Editor
Staff & Editor
Article Id 190148
Description
This article describes how to control USB access with FortiClient.
Solution
Since FortiClient 6.0.3 we can control access to USB:


















It is possible to be enabled from EMS:


































It is possible to be enabled from via XML:

<forticlient_configuration>
<antivirus>
<removable_media_access>
    <enabled>0</enabled>
    <show_bubble_notifications>1</show_bubble_notifications>
    <action>allow</action> ; allow(1), block(2) and monitor(3)
</removable_media_access> 


Contributors