From: dwalsh@redhat.com (Daniel J Walsh) Date: Fri, 19 Jun 2009 07:36:09 -0400 Subject: [refpolicy] Please apply this patch to milter. Randon '; ' in if file causes sepolgen breakage. Message-ID: <4A3B7829.3070104@redhat.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/milter.if serefpolicy-3.6.16/policy/modules/services/milter.if --- nsaserefpolicy/policy/modules/services/milter.if 2009-05-21 08:43:08.000000000 -0400 +++ serefpolicy-3.6.16/policy/modules/services/milter.if 2009-06-12 15:59:08.000000000 -0400 @@ -24,7 +24,7 @@ # Type for the milter data (e.g. the socket used to communicate with the MTA) type $1_milter_data_t, milter_data_type; - files_type($1_milter_data_t); + files_type($1_milter_data_t) allow $1_milter_t self:fifo_file rw_fifo_file_perms;