trunk: fix unconfined mail sending out by postfix and qmail.
This commit is contained in:
parent
c11057f7ae
commit
e4171e8048
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(unconfined, 2.3.0)
|
policy_module(unconfined, 2.3.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
@ -159,6 +159,7 @@ optional_policy(`
|
|||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
|
postfix_per_role_template(unconfined, unconfined_t, unconfined_r)
|
||||||
postfix_run_map(unconfined_t, unconfined_r, { unconfined_devpts_t unconfined_tty_device_t })
|
postfix_run_map(unconfined_t, unconfined_r, { unconfined_devpts_t unconfined_tty_device_t })
|
||||||
# cjp: this should probably be removed:
|
# cjp: this should probably be removed:
|
||||||
postfix_domtrans_master(unconfined_t)
|
postfix_domtrans_master(unconfined_t)
|
||||||
@ -169,6 +170,10 @@ optional_policy(`
|
|||||||
pyzor_per_role_template(unconfined)
|
pyzor_per_role_template(unconfined)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
qmail_per_role_template(unconfined, unconfined_t, unconfined_r)
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
# cjp: this should probably be removed:
|
# cjp: this should probably be removed:
|
||||||
rpc_domtrans_nfsd(unconfined_t)
|
rpc_domtrans_nfsd(unconfined_t)
|
||||||
|
Loading…
Reference in New Issue
Block a user