4c4f42304196cb7156e14f4ce5df759dfae7e5c0
[framework/web/wrt-commons.git] / modules / ace / configuration / demo.xml
1 <policy-set id="Policy-1" combine="first-matching-target">
2     <policy>
3         <target>
4             <subject>
5                 <subject-match attr="name" match="demoMSG" />
6             </subject>
7         </target>
8         <rule effect="deny" />
9     </policy>
10
11         <policy>
12                 <rule effect="permit" />
13         </policy>
14 </policy-set>
15