Bug 845201 - Incorrect default label on /etc/openldap/cacerts and /etc/openldap/certs
Summary: Incorrect default label on /etc/openldap/cacerts and /etc/openldap/certs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: selinux-policy
Version: 6.3
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Miroslav Grepl
QA Contact: Milos Malik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-02 08:35 UTC by David Spurek
Modified: 2015-03-02 05:27 UTC (History)
5 users (show)

Fixed In Version: selinux-policy-3.7.19-160.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 08:27:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0314 0 normal SHIPPED_LIVE selinux-policy bug fix and enhancement update 2013-02-20 20:35:01 UTC

Description David Spurek 2012-08-02 08:35:53 UTC
Description of problem:
Incorrect default label on /etc/openldap/cacerts and  /etc/openldap/certs.
Thel label should be slapd_cert_t, but now is:

matchpathcon /etc/openldap/certs
/etc/openldap/certs	system_u:object_r:etc_t:s0

Version-Release number of selected component (if applicable):
selinux-policy-3.7.19-154.el6

How reproducible:
always

Actual results:
matchpathcon /etc/openldap/certs
/etc/openldap/certs	system_u:object_r:etc_t:s0

Expected results:
matchpathcon /etc/openldap/certs
/etc/openldap/certs	system_u:object_r:slapd_cert_t:s0

Additional info:

Comment 1 Milos Malik 2012-08-02 09:29:37 UTC
# sesearch -s slapd_t -t slapd_cert_t --allow -C
Found 7 semantic av rules:
   allow slapd_t cert_type : file { ioctl read getattr lock open } ; 
   allow slapd_t cert_type : dir { ioctl read getattr lock search open } ; 
   allow slapd_t cert_type : lnk_file { read getattr } ; 
   allow slapd_t file_type : filesystem getattr ; 
   allow slapd_t slapd_cert_t : file { ioctl read getattr lock open } ; 
   allow slapd_t slapd_cert_t : dir { ioctl read getattr lock search open } ; 
   allow slapd_t slapd_cert_t : lnk_file { read getattr } ; 

#

Comment 2 Miroslav Grepl 2012-08-03 06:18:43 UTC
What does

# rpm -qf /etc/openldap
# rpm -qf /etc/openldap/certs

Comment 3 Milos Malik 2012-08-03 07:57:42 UTC
# rpm -qf /etc/openldap
openldap-2.4.23-26.el6.i686
# rpm -qf /etc/openldap/certs
openldap-2.4.23-26.el6.i686
#

Comment 7 errata-xmlrpc 2013-02-21 08:27:26 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0314.html


Note You need to log in before you can comment on or make changes to this bug.