fix misname of template
This commit is contained in:
parent
aa5f871d7b
commit
c28caf3055
@ -193,7 +193,7 @@ template(`ethereal_per_userdomain_template',`
|
|||||||
## </summary>
|
## </summary>
|
||||||
## </param>
|
## </param>
|
||||||
#
|
#
|
||||||
template(`tethereal_admin_template',`
|
template(`ethereal_admin_template',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type $1_ethereal_t;
|
type $1_ethereal_t;
|
||||||
')
|
')
|
||||||
|
@ -895,7 +895,7 @@ template(`admin_user_template',`
|
|||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`ethereal',`
|
optional_policy(`ethereal',`
|
||||||
tethereal_admin_template($1,$1_t,$1_r)
|
ethereal_admin_template($1,$1_t,$1_r)
|
||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`lpd',`
|
optional_policy(`lpd',`
|
||||||
|
Loading…
Reference in New Issue
Block a user