Description of problem: dovecot package should own /etc/pki/dovecot/private directory. Currently it owns files under it, not the directory itself. This setup leads to /etc/pki/dovecot/private directory being created with incorrect selinux context. Version-Release number of selected component (if applicable): dovecot-1.0.7-2.el5 / RHEL5.2 GA How reproducible: Always Steps to Reproduce: 1. Install RHEL5.2, dovecot included, selinux enabled 2. # rpm -qf /etc/pki/dovecot/private 3. # ls -dZ /etc/pki/dovecot/private 4. # matchpathcon /etc/pki/dovecot/private Actual results: # rpm -qf /etc/pki/dovecot/private file /etc/pki/dovecot/private is not owned by any package # ls -dZ /etc/pki/dovecot/private drwxr-xr-x root root system_u:object_r:cert_t:s0 /etc/pki/dovecot/private # matchpathcon /etc/pki/dovecot/private /etc/pki/dovecot/private system_u:object_r:dovecot_cert_t:s0 Additional info: Low priority, unlikely to cause any harm.
cause - %{ssldir}/private is missing from %files
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2009-0205.html