Change incorrect template definitions into interface definitions
Signed-off-by: Daniel Burgener <Daniel.Burgener@microsoft.com>
This commit is contained in:
parent
dc1a274f06
commit
6409045cdc
|
@ -136,7 +136,7 @@ template(`java_role_template',`
|
|||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
template(`java_domtrans',`
|
||||
interface(`java_domtrans',`
|
||||
gen_require(`
|
||||
type java_t, java_exec_t;
|
||||
')
|
||||
|
|
|
@ -200,7 +200,7 @@ interface(`lpd_read_config',`
|
|||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
template(`lpd_domtrans_lpr',`
|
||||
interface(`lpd_domtrans_lpr',`
|
||||
gen_require(`
|
||||
type lpr_t, lpr_exec_t;
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue