strolch/config/Privileges.xml

16 lines
387 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<Privileges>
2010-08-03 01:20:54 +02:00
<Privilege name="NoRestriction" policy="DefaultPrivilege">
<AllAllowed>true</AllAllowed>
<Deny></Deny>
<Allow></Allow>
</Privilege>
2010-08-03 01:20:54 +02:00
<Privilege name="Service" policy="DefaultPrivilege">
<AllAllowed>false</AllAllowed>
<Deny></Deny>
<Allow>ch.eitchnet.privilege.test.TestRestrictable</Allow>
</Privilege>
</Privileges>