1484157201
Me: Removed permissive line, and fixed a couple style issues
22 lines
388 B
Plaintext
22 lines
388 B
Plaintext
|
|
## <summary>policy for mcelog</summary>
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute a domain transition to run mcelog.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed to transition.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`mcelog_domtrans',`
|
|
gen_require(`
|
|
type mcelog_t, mcelog_exec_t;
|
|
')
|
|
|
|
domtrans_pattern($1, mcelog_exec_t, mcelog_t)
|
|
')
|
|
|