All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] Allow dovecot to bind to standard sieve port for managesieve
@ 2011-04-01 21:20 Mika Pflüger
  2011-04-01 21:20 ` [refpolicy] [PATCH] " Mika Pflüger
  2011-04-04 21:20 ` [refpolicy] " Miroslav Grepl
  0 siblings, 2 replies; 5+ messages in thread
From: Mika Pflüger @ 2011-04-01 21:20 UTC (permalink / raw)
  To: refpolicy

Hi,

for using the dovecot managesieve daemon on the standard (RFC 5804) port,
dovecot needs corenet_tcp_bind_sieve_port.

Cheers,

Mika Pfl?ger

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [refpolicy] [PATCH] Allow dovecot to bind to standard sieve port for managesieve
  2011-04-01 21:20 [refpolicy] Allow dovecot to bind to standard sieve port for managesieve Mika Pflüger
@ 2011-04-01 21:20 ` Mika Pflüger
  2011-04-04 20:11   ` Christopher J. PeBenito
  2011-04-04 21:20 ` [refpolicy] " Miroslav Grepl
  1 sibling, 1 reply; 5+ messages in thread
From: Mika Pflüger @ 2011-04-01 21:20 UTC (permalink / raw)
  To: refpolicy

---
 policy/modules/services/dovecot.te |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/policy/modules/services/dovecot.te b/policy/modules/services/dovecot.te
index cbe14e4..12b9f57 100644
--- a/policy/modules/services/dovecot.te
+++ b/policy/modules/services/dovecot.te
@@ -110,7 +110,7 @@ corenet_tcp_sendrecv_all_ports(dovecot_t)
 corenet_tcp_bind_generic_node(dovecot_t)
 corenet_tcp_bind_mail_port(dovecot_t)
 corenet_tcp_bind_pop_port(dovecot_t)
+corenet_tcp_bind_sieve_port(dovecot_t)
 corenet_tcp_connect_all_ports(dovecot_t)
 corenet_tcp_connect_postgresql_port(dovecot_t)
 corenet_sendrecv_pop_server_packets(dovecot_t)
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [refpolicy] [PATCH] Allow dovecot to bind to standard sieve port for managesieve
  2011-04-01 21:20 ` [refpolicy] [PATCH] " Mika Pflüger
@ 2011-04-04 20:11   ` Christopher J. PeBenito
  2011-04-05 10:02     ` Mika Pflueger
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher J. PeBenito @ 2011-04-04 20:11 UTC (permalink / raw)
  To: refpolicy

On 4/1/2011 5:20 PM, Mika Pfl?ger wrote:

This didn't apply, so I did it by hand.  Merged.

>   policy/modules/services/dovecot.te |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/policy/modules/services/dovecot.te b/policy/modules/services/dovecot.te
> index cbe14e4..12b9f57 100644
> --- a/policy/modules/services/dovecot.te
> +++ b/policy/modules/services/dovecot.te
> @@ -110,7 +110,7 @@ corenet_tcp_sendrecv_all_ports(dovecot_t)
>   corenet_tcp_bind_generic_node(dovecot_t)
>   corenet_tcp_bind_mail_port(dovecot_t)
>   corenet_tcp_bind_pop_port(dovecot_t)
> +corenet_tcp_bind_sieve_port(dovecot_t)
>   corenet_tcp_connect_all_ports(dovecot_t)
>   corenet_tcp_connect_postgresql_port(dovecot_t)
>   corenet_sendrecv_pop_server_packets(dovecot_t)


-- 
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [refpolicy] Allow dovecot to bind to standard sieve port for managesieve
  2011-04-01 21:20 [refpolicy] Allow dovecot to bind to standard sieve port for managesieve Mika Pflüger
  2011-04-01 21:20 ` [refpolicy] [PATCH] " Mika Pflüger
@ 2011-04-04 21:20 ` Miroslav Grepl
  1 sibling, 0 replies; 5+ messages in thread
From: Miroslav Grepl @ 2011-04-04 21:20 UTC (permalink / raw)
  To: refpolicy

On 04/01/2011 09:20 PM, Mika Pfl?ger wrote:
> Hi,
>
> for using the dovecot managesieve daemon on the standard (RFC 5804) port,
> dovecot needs corenet_tcp_bind_sieve_port.
>
> Cheers,
>
> Mika Pfl?ger
>
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy
We have this in Fedora.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [refpolicy] [PATCH] Allow dovecot to bind to standard sieve port for managesieve
  2011-04-04 20:11   ` Christopher J. PeBenito
@ 2011-04-05 10:02     ` Mika Pflueger
  0 siblings, 0 replies; 5+ messages in thread
From: Mika Pflueger @ 2011-04-05 10:02 UTC (permalink / raw)
  To: refpolicy

Hi,

Am 2011-04-04 22:11, schrieb Christopher J. PeBenito:
> On 4/1/2011 5:20 PM, Mika Pfl?ger wrote:
>
> This didn't apply, so I did it by hand. Merged.

Sorry, my fault. Will use a clean master next time, I didn't realise my 
git master was not clean.

But thanks for merging,

Cheers,

Mika

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-05 10:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-01 21:20 [refpolicy] Allow dovecot to bind to standard sieve port for managesieve Mika Pflüger
2011-04-01 21:20 ` [refpolicy] [PATCH] " Mika Pflüger
2011-04-04 20:11   ` Christopher J. PeBenito
2011-04-05 10:02     ` Mika Pflueger
2011-04-04 21:20 ` [refpolicy] " Miroslav Grepl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.