diff --git a/policy/modules/system/raid.if b/policy/modules/system/raid.if index 893a34152..5ea38d080 100644 --- a/policy/modules/system/raid.if +++ b/policy/modules/system/raid.if @@ -50,25 +50,26 @@ interface(`raid_manage_mdadm_pid',` ###################################### ## -## Execute a domain transition to mdadm_t for the -## specified role, allowing it to use the mdadm_t -## domain +## Execute a domain transition to mdadm_t for the +## specified role, allowing it to use the mdadm_t +## domain ## ## -## -## Role allowed to access mdadm_t domain -## +## +## Role allowed to access mdadm_t domain +## ## ## -## -## Domain allowed to transition to mdadm_t -## +## +## Domain allowed to transition to mdadm_t +## ## # interface(`raid_run_mdadm',` - gen_require(` - type mdadm_t; - ') - role $1 types mdadm_t; - raid_domtrans_mdadm($2) + gen_require(` + type mdadm_t; + ') + + role $1 types mdadm_t; + raid_domtrans_mdadm($2) ')