Commit 65b3f738 authored by Ad Schellevis's avatar Ad Schellevis

(ids) move acl into new pluggable system

parent 6c7923de
......@@ -1597,13 +1597,5 @@
"ui/proxy/*",
"api/proxy/*"
]
},
"page-services-ids": {
"name": "WebCfg - Services: Intrusion Detection page",
"descr": "Allow access to the 'Services: Intrusion Detection' page'",
"match": [
"ui/ids/*",
"api/ids/*"
]
}
}
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-ids>
<name>WebCfg - Services: Intrusion Detection page</name>
<desc>Allow access to the 'Services: Intrusion Detection' page'</desc>
<patterns>
<pattern>ui/ids/*</pattern>
<pattern>api/ids/*</pattern>
</patterns>
</page-services-ids>
</acl>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment