21 lines
387 B
Plaintext
21 lines
387 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)
|
|
')
|
|
|