dovecot: Move lines.
This commit is contained in:
parent
fce54c10fa
commit
14505cb1ef
|
@ -288,12 +288,6 @@ tunable_policy(`dovecot_can_connect_db',`
|
||||||
corenet_tcp_sendrecv_oracledb_port(dovecot_auth_t)
|
corenet_tcp_sendrecv_oracledb_port(dovecot_auth_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`
|
|
||||||
userdom_list_user_tmp(dovecot_auth_t)
|
|
||||||
userdom_read_user_tmp_files(dovecot_auth_t)
|
|
||||||
userdom_read_user_tmp_symlinks(dovecot_auth_t)
|
|
||||||
')
|
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
tunable_policy(`dovecot_can_connect_db',`
|
tunable_policy(`dovecot_can_connect_db',`
|
||||||
mysql_stream_connect(dovecot_auth_t)
|
mysql_stream_connect(dovecot_auth_t)
|
||||||
|
@ -302,6 +296,15 @@ optional_policy(`
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
nis_authenticate(dovecot_auth_t)
|
||||||
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
postfix_manage_private_sockets(dovecot_auth_t)
|
||||||
|
postfix_search_spool(dovecot_auth_t)
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
postgresql_unpriv_client(dovecot_auth_t)
|
postgresql_unpriv_client(dovecot_auth_t)
|
||||||
|
|
||||||
|
@ -312,12 +315,9 @@ optional_policy(`
|
||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
nis_authenticate(dovecot_auth_t)
|
userdom_list_user_tmp(dovecot_auth_t)
|
||||||
')
|
userdom_read_user_tmp_files(dovecot_auth_t)
|
||||||
|
userdom_read_user_tmp_symlinks(dovecot_auth_t)
|
||||||
optional_policy(`
|
|
||||||
postfix_manage_private_sockets(dovecot_auth_t)
|
|
||||||
postfix_search_spool(dovecot_auth_t)
|
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
Loading…
Reference in New Issue