Skip to content

Commit

Permalink
Move NetworkFlow classes to Network Security Mgr profile
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Sep 12, 2023
1 parent e3d1462 commit 5871802
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2569,15 +2569,20 @@
<class id="InterfaceSpeed"/>
<class id="Layer2Protocol"/>
<class id="NetworkDeviceComponent"/>
<class id="NetworkFlow"/>
</classes>
</group>
<group id="SNMP" _delta="define">
<classes>
<class id="SnmpCredentials"/>
</classes>
</group>
</groups>
<group id="NetworkFlow" _delta="define">
<classes>
<class id="NetworkFlowCapacity"/>
<class id="NetworkFlow"/>
</classes>
</group>
</groups>
<profiles>
<profile id="5327" _delta="define">
<name>Network Security Manager</name>
Expand All @@ -2592,6 +2597,15 @@
<action id="action:delete">allow</action>
</actions>
</group>
<group id="NetworkFlow">
<actions>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:write">allow</action>
<action id="action:bulk write">allow</action>
<action id="action:delete">allow</action>
</actions>
</group>
</groups>
</profile>
</profiles>
Expand Down

0 comments on commit 5871802

Please sign in to comment.