Skip to content

Commit

Permalink
Fix typo in deny-unallowed-file-resolution.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Dec 14, 2024
1 parent cc4e03a commit a936087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/fedora/deny-unallowed-file-resolution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Condition FunctionId="urn:oasis:names:tc:xacml:1.0:function:or">
<Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:regexp-string-match">
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">^file:/opt/fixtures/.*$</AttributeValue>
<Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only">s
<Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only">
<ResourceAttributeDesignator AttributeId="urn:fedora:names:fedora:2.1:resource:datastream:fileUri"
DataType="http://www.w3.org/2001/XMLSchema#string"/>
</Apply>
Expand Down

0 comments on commit a936087

Please sign in to comment.