Whitespace fixes in raid.if.
This commit is contained in:
parent
681831da06
commit
ffc0b4f058
@ -50,25 +50,26 @@ interface(`raid_manage_mdadm_pid',`
|
||||
|
||||
######################################
|
||||
## <summary>
|
||||
## 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
|
||||
## </summary>
|
||||
## <param name="role">
|
||||
## <summary>
|
||||
## Role allowed to access mdadm_t domain
|
||||
## </summary>
|
||||
## <summary>
|
||||
## Role allowed to access mdadm_t domain
|
||||
## </summary>
|
||||
## </param>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed to transition to mdadm_t
|
||||
## </summary>
|
||||
## <summary>
|
||||
## Domain allowed to transition to mdadm_t
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
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)
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user