[COMMIT]refpolicy-contrib branch, master, updated. 260b88365e2958ffc33a1c33f3dcf8da4c567db3
Reference Policy commits mail list
refpolicy-commits at oss.tresys.com
Wed Sep 14 09:41:06 CDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "refpolicy-contrib".
The branch, master has been updated
via 260b88365e2958ffc33a1c33f3dcf8da4c567db3 (commit)
via 25b6b0ff1f2cbcd852374aebc4abbf58926bd4f8 (commit)
from 5ed8627ce6c7eaa5ac8d53c1137af0e4167031a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 260b88365e2958ffc33a1c33f3dcf8da4c567db3
Author: Chris PeBenito <cpebenito at tresys.com>
Date: Wed Sep 14 10:05:21 2011 -0400
Module version bump for opendkim patch from Paul Howarth.
commit 25b6b0ff1f2cbcd852374aebc4abbf58926bd4f8
Author: Paul Howarth <paul at city-fan.org>
Date: Mon Sep 12 15:11:50 2011 +0100
Add support for opendkim, a fork of dkim-milter
OpenDKIM is a fork of dkim-milter, for which policy already exists in
refpolicy. This patch adds support for OpenDKIM under the same policy.
An opendkim package has recently been introduced into Fedora and has
been used as the basis of this patch.
Paul.
-----------------------------------------------------------------------
Summary of changes:
dkim.fc | 5 +++++
dkim.te | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
Detailed diffset:
:100644 100644 dc1056c... bf4321a... M dkim.fc
:100644 100644 1b4983d... 5f8c9fd... M dkim.te
diff --git a/dkim.fc b/dkim.fc
index dc1056c..bf4321a 100644
--- a/dkim.fc
+++ b/dkim.fc
@@ -1,9 +1,14 @@
/etc/mail/dkim-milter/keys(/.*)? gen_context(system_u:object_r:dkim_milter_private_key_t,s0)
+/etc/opendkim/keys(/.*)? gen_context(system_u:object_r:dkim_milter_private_key_t,s0)
/usr/sbin/dkim-filter -- gen_context(system_u:object_r:dkim_milter_exec_t,s0)
+/usr/sbin/opendkim -- gen_context(system_u:object_r:dkim_milter_exec_t,s0)
/var/db/dkim(/.*)? gen_context(system_u:object_r:dkim_milter_private_key_t,s0)
/var/run/dkim-filter(/.*)? gen_context(system_u:object_r:dkim_milter_data_t,s0)
/var/run/dkim-milter(/.*)? gen_context(system_u:object_r:dkim_milter_data_t,s0)
/var/run/dkim-milter\.pid -- gen_context(system_u:object_r:dkim_milter_data_t,s0)
+/var/run/opendkim(/.*)? gen_context(system_u:object_r:dkim_milter_data_t,s0)
+
+/var/spool/opendkim(/.*)? gen_context(system_u:object_r:dkim_milter_data_t,s0)
diff --git a/dkim.te b/dkim.te
index 1b4983d..5f8c9fd 100644
--- a/dkim.te
+++ b/dkim.te
@@ -1,4 +1,4 @@
-policy_module(dkim, 1.0.0)
+policy_module(dkim, 1.0.1)
########################################
#
@@ -25,6 +25,7 @@ kernel_read_kernel_sysctls(dkim_milter_t)
dev_read_urand(dkim_milter_t)
files_read_etc_files(dkim_milter_t)
+files_search_spool(dkim_milter_t)
sysnet_dns_name_resolve(dkim_milter_t)
hooks/post-receive
--
refpolicy-contrib
More information about the Refpolicy-commits
mailing list