ACL.xml 408 Bytes
Newer Older
1 2 3 4
<acl>
    <!-- unique acl key, must be globally unique for all acl's  -->
    <page-services-ids>
        <name>WebCfg - Services: Intrusion Detection page</name>
5
        <description>Allow access to the 'Services: Intrusion Detection' page.</description>
6 7 8 9 10
        <patterns>
            <pattern>ui/ids/*</pattern>
            <pattern>api/ids/*</pattern>
        </patterns>
    </page-services-ids>
11
</acl>