You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.5 KiB
32 lines
1.5 KiB
11 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Policy xmlns="urn:oasis:names:tc:xacml:1.0:policy"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
PolicyId="permit-upload-to-anonymous-user"
|
||
|
RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:first-applicable">
|
||
|
<Description></Description>
|
||
|
<Target>
|
||
|
<Subjects>
|
||
|
<Subject>
|
||
|
<SubjectMatch MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
|
||
|
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">anonymous user</AttributeValue>
|
||
|
<SubjectAttributeDesignator AttributeId="fedoraRole" MustBePresent="false"
|
||
|
DataType="http://www.w3.org/2001/XMLSchema#string"/>
|
||
|
</SubjectMatch>
|
||
|
</Subject>
|
||
|
</Subjects>
|
||
|
<Resources>
|
||
|
<AnyResource/>
|
||
|
</Resources>
|
||
|
<Actions>
|
||
|
<Action>
|
||
|
<ActionMatch MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
|
||
|
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">urn:fedora:names:fedora:2.1:action:id-upload</AttributeValue>
|
||
|
<ActionAttributeDesignator DataType="http://www.w3.org/2001/XMLSchema#string"
|
||
|
AttributeId="urn:fedora:names:fedora:2.1:action:id"/>
|
||
|
</ActionMatch>
|
||
|
</Action>
|
||
|
</Actions>
|
||
|
</Target>
|
||
|
<Rule RuleId="1" Effect="Permit"/>
|
||
|
</Policy>
|