ACL.xml 2.73 KB
Newer Older
1 2 3 4 5 6 7
<acl>
    <!-- unique acl key, must be globally unique for all acl's  -->
    <page-diagnostics-arptable>
        <name>WebCfg - Diagnostics: ARP Table page</name>
        <description>Allow access to the 'Diagnostics: ARP Table' page.</description>
        <patterns>
            <pattern>ui/diagnostics/interface/arp/*</pattern>
8
            <pattern>api/diagnostics/interface/getArp*</pattern>
9 10
        </patterns>
    </page-diagnostics-arptable>
11 12 13 14 15 16 17 18
    <page-diagnostics-ndptable>
        <name>Webcfg - Diagnostics: NDP Table page</name>
        <description>Allow access to the 'Diagnostics: NDP Table' page.</description>
        <patterns>
            <pattern>ui/diagnostics/interface/ndp/*</pattern>
            <pattern>api/diagnostics/interface/getNdp*</pattern>
        </patterns>
    </page-diagnostics-ndptable>
19 20 21 22 23 24 25 26
    <page-diagnostics-routingtables>
        <name>WebCfg - Diagnostics: Routing tables page</name>
        <description>Allow access to the 'Diagnostics: Routing tables' page.</description>
        <patterns>
            <pattern>ui/diagnostics/interface/routes/*</pattern>
            <pattern>api/diagnostics/interface/getRoutes*</pattern>
        </patterns>
    </page-diagnostics-routingtables>
27
    <page-diagnostics-system-activity>
28 29 30 31 32 33
        <name>WebCfg - Diagnostics: System Activity</name>
        <description>Allows access to the 'Diagnostics: System Activity' page</description>
        <patterns>
            <pattern>ui/diagnostics/activity/*</pattern>
            <pattern>api/diagnostics/activity/*</pattern>
        </patterns>
34
    </page-diagnostics-system-activity>
35 36 37 38 39 40
    <page-diagnostics-health>
        <name>WebCfg - Diagnostics: System Health</name>
        <description>Allows access to the 'Diagnostics: System Health' page</description>
        <patterns>
            <pattern>ui/diagnostics/systemhealth/*</pattern>
            <pattern>api/diagnostics/systemhealth/*</pattern>
41
            <pattern>reporting_settings.php</pattern>
42 43
        </patterns>
    </page-diagnostics-health>
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
    <page-diagnostics-networkinsight>
        <name>WebCfg - Diagnostics: Network Insight</name>
        <description>Allows access to the 'Diagnostics: Network Insight' page</description>
        <patterns>
            <pattern>ui/diagnostics/networkinsight/*</pattern>
            <pattern>api/diagnostics/networkinsight/*</pattern>
        </patterns>
    </page-diagnostics-networkinsight>
    <page-diagnostics-netflow>
        <name>WebCfg - Diagnostics: Netflow configuration</name>
        <description>Allows access to the Netflow configuration</description>
        <patterns>
            <pattern>ui/diagnostics/netflow/*</pattern>
            <pattern>api/diagnostics/netflow/*</pattern>
        </patterns>
    </page-diagnostics-netflow>
60
</acl>