2012-10-21 02:26:47

by debian

[permalink] [raw]
Subject: [refpolicy] [PATCH] Debian locations for dovecot deliver and dovecot auth.

---
dovecot.fc | 2 ++
1 file changed, 2 insertions(+)

diff --git a/dovecot.fc b/dovecot.fc
index 8fb4470..499f1fc 100644
--- a/dovecot.fc
+++ b/dovecot.fc
@@ -13,8 +13,10 @@
/usr/share/ssl/certs/dovecot\.pem -- gen_context(system_u:object_r:dovecot_cert_t,s0)
/usr/share/ssl/private/dovecot\.pem -- gen_context(system_u:object_r:dovecot_cert_t,s0)

+/usr/lib/dovecot/auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
/usr/lib/dovecot/deliver -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)
/usr/lib/dovecot/dovecot-auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
+/usr/lib/dovecot/dovecot-lda -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)

/usr/libexec/dovecot/auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
/usr/libexec/dovecot/deliver -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)
--
1.7.10.4


2012-10-21 16:49:39

by dominick.grift

[permalink] [raw]
Subject: [refpolicy] [PATCH] Debian locations for dovecot deliver and dovecot auth.



On Sun, 2012-10-21 at 04:26 +0200, Mika Pfl?ger wrote:
> ---
> dovecot.fc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/dovecot.fc b/dovecot.fc
> index 8fb4470..499f1fc 100644
> --- a/dovecot.fc
> +++ b/dovecot.fc
> @@ -13,8 +13,10 @@
> /usr/share/ssl/certs/dovecot\.pem -- gen_context(system_u:object_r:dovecot_cert_t,s0)
> /usr/share/ssl/private/dovecot\.pem -- gen_context(system_u:object_r:dovecot_cert_t,s0)
>
> +/usr/lib/dovecot/auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
> /usr/lib/dovecot/deliver -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)
> /usr/lib/dovecot/dovecot-auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
> +/usr/lib/dovecot/dovecot-lda -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)
>
> /usr/libexec/dovecot/auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
> /usr/libexec/dovecot/deliver -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)

This was merged, thanks