-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathdefaultpolicy.xml
More file actions
26 lines (26 loc) · 1 KB
/
defaultpolicy.xml
File metadata and controls
26 lines (26 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<policy-set id="policySetId1" combine="first-matching-target" description="defaultPolicySet">
<policy id="policyId1" combine="first-applicable" description="ownerPolicy">
<target>
<subject>
<subject-match attr="user-id" match="http://webinos.org/subject/id/PZ-Owner"/>
</subject>
</target>
<rule id="ruleId1" effect="permit"></rule>
</policy>
<policy id="policyId2" combine="first-applicable" description="defaultPolicy">
<rule id="ruleId2" effect="deny"></rule>
</policy>
<DataHandlingPreferences PolicyId="#DHP_allow_all">
<AuthorizationsSet>
<AuthzUseForPurpose>
<Purpose/>
</AuthzUseForPurpose>
</AuthorizationsSet>
</DataHandlingPreferences>
<ProvisionalActions>
<ProvisionalAction>
<AttributeValue>#DHP_allow_all</AttributeValue>
<AttributeValue>*</AttributeValue>
</ProvisionalAction>
</ProvisionalActions>
</policy-set>