add missing entrypoint
This commit is contained in:
parent
9f8c872e91
commit
27881870eb
|
@ -21,6 +21,7 @@ template(`xserver_common_domain_template',`
|
||||||
|
|
||||||
type $1_xserver_t;
|
type $1_xserver_t;
|
||||||
domain_type($1_xserver_t)
|
domain_type($1_xserver_t)
|
||||||
|
domain_entry_file($1_xserver_t,xserver_exec_t)
|
||||||
|
|
||||||
type $1_xserver_tmp_t;
|
type $1_xserver_tmp_t;
|
||||||
files_tmp_file($1_xserver_tmp_t)
|
files_tmp_file($1_xserver_tmp_t)
|
||||||
|
|
Loading…
Reference in New Issue