make optional the inetd dependency in samba
This commit is contained in:
parent
93ddc66983
commit
85f0c35922
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(samba,1.2.11)
|
policy_module(samba,1.2.12)
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
#
|
#
|
||||||
@ -56,7 +56,8 @@ domain_entry_file(smbmount_t,smbmount_exec_t)
|
|||||||
|
|
||||||
type swat_t;
|
type swat_t;
|
||||||
type swat_exec_t;
|
type swat_exec_t;
|
||||||
inetd_service_domain(swat_t,swat_exec_t)
|
domain_type(swat_t)
|
||||||
|
domain_entry_file(swat_t,swat_exec_t)
|
||||||
role system_r types swat_t;
|
role system_r types swat_t;
|
||||||
|
|
||||||
type swat_tmp_t;
|
type swat_tmp_t;
|
||||||
@ -588,6 +589,10 @@ optional_policy(`
|
|||||||
cups_read_rw_config(swat_t)
|
cups_read_rw_config(swat_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
inetd_service_domain(swat_t,swat_exec_t)
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
kerberos_use(swat_t)
|
kerberos_use(swat_t)
|
||||||
')
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user