<?xml version="1.0" encoding="UTF-8"?>
<Policy
xmlns="http://www.rubix.com/2008/RXSPMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.rubix.com/2008/RXSPMLSchema ./RXSPMLSchema.xsd"
PolicyId="mac-check" 
RuleCombiningAlgId="ordered-permit-overrides">
	<Description>
		Perform an MLS-MAC check
		Permit if MAC check passes; Not Applicable otherwise
	</Description>
	<Target/>
	<Rule RuleId="mac-check-pass" Effect="Permit">
		<Target/>
		<Condition>
			<Apply FunctionId="MAC-check"/>
		</Condition>
	</Rule>
</Policy>

