certmaster patch from Dan Walsh
This commit is contained in:
parent
dc1db5407a
commit
e9bf16d2d9
|
@ -18,6 +18,25 @@ interface(`certmaster_domtrans',`
|
||||||
domtrans_pattern($1, certmaster_exec_t, certmaster_t)
|
domtrans_pattern($1, certmaster_exec_t, certmaster_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
####################################
|
||||||
|
## <summary>
|
||||||
|
## Execute certmaster in the caller domain.
|
||||||
|
## </summary>
|
||||||
|
## <param name="domain">
|
||||||
|
## <summary>
|
||||||
|
## Domain allowed access.
|
||||||
|
## </summary>
|
||||||
|
## </param>
|
||||||
|
#
|
||||||
|
interface(`certmaster_exec',`
|
||||||
|
gen_require(`
|
||||||
|
type certmaster_exec_t;
|
||||||
|
')
|
||||||
|
|
||||||
|
can_exec($1, certmaster_exec_t)
|
||||||
|
corecmd_search_bin($1)
|
||||||
|
')
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
## <summary>
|
## <summary>
|
||||||
## read certmaster logs.
|
## read certmaster logs.
|
||||||
|
|
Loading…
Reference in New Issue