diff --git a/SOURCES/policy-rhel-7.5.z-contrib.patch b/SOURCES/policy-rhel-7.5.z-contrib.patch index 5fef8da..9ed0487 100644 --- a/SOURCES/policy-rhel-7.5.z-contrib.patch +++ b/SOURCES/policy-rhel-7.5.z-contrib.patch @@ -1,3 +1,18 @@ +diff --git a/certmonger.te b/certmonger.te +index 0585431e14..26d4e132ce 100644 +--- a/certmonger.te ++++ b/certmonger.te +@@ -136,6 +136,10 @@ optional_policy(` + kerberos_filetrans_named_content(certmonger_t) + ') + ++optional_policy(` ++ mta_send_mail(certmonger_t) ++') ++ + optional_policy(` + pcscd_read_pid_files(certmonger_t) + pcscd_stream_connect(certmonger_t) diff --git a/snapper.te b/snapper.te index faf4fc9fca..fda6e0b289 100644 --- a/snapper.te diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec index f32713d..1ea9ce9 100644 --- a/SPECS/selinux-policy.spec +++ b/SPECS/selinux-policy.spec @@ -20,7 +20,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.13.1 -Release: 192%{?dist}.3 +Release: 192%{?dist}.4 License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -656,6 +656,10 @@ fi %endif %changelog +* Thu Jun 07 2018 Lukas Vrabec - 3.13.1-192.4 +- Allow certmonger to sends emails +Resolves: rhbz#1588363 + * Wed Mar 28 2018 Lukas Vrabec - 3.13.1-192.3 - Allow snapperd_t domain to unmount fs_t filesystems Resolves: rhbz#1561424