RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1203991 - Undefined context for /etc/my.cnf.d/*cnf configuration files in mysql/mariadb
Summary: Undefined context for /etc/my.cnf.d/*cnf configuration files in mysql/mariadb
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: selinux-policy
Version: 7.2
Hardware: Unspecified
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Lukas Vrabec
QA Contact: Milos Malik
URL:
Whiteboard:
Depends On: 1203989
Blocks: 1203994 1208765 1214235
TreeView+ depends on / blocked
 
Reported: 2015-03-20 06:02 UTC by Honza Horak
Modified: 2015-11-19 10:26 UTC (History)
11 users (show)

Fixed In Version: selinux-policy-3.13.1-25.el7
Doc Type: Bug Fix
Doc Text:
The /etc/my.cnf.d/ directory previously had only the default etc_t SELinux context defined, which was not sufficient. A more specific context for the /etc/my.cnf.d/*cnf configuration files has been added to the mysql SELinux policy, thus fixing this bug.
Clone Of: 1203989
: 1203994 1214235 (view as bug list)
Environment:
Last Closed: 2015-11-19 10:26:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2300 0 normal SHIPPED_LIVE selinux-policy bug fix update 2015-11-19 09:55:26 UTC

Description Honza Horak 2015-03-20 06:02:22 UTC
+++ This bug was initially created as a clone of Bug #1203989 +++

Description of problem:
/etc/my.cnf configuration file for mysql/mariadb has context mysqld_etc_t, but other config files under /etc/my.cnf.d/ have only etc_t.

Version-Release number of selected component (if applicable):
# rpm -q selinux-policy
selinux-policy-3.13.1-105.3.fc21.noarch

Steps to Reproduce:
1. yum install mariadb
2. ls -Z /etc/my.cnf.d/*cnf

Actual results:
#> ls -Z /etc/my.cnf.d/*cnf
-rw-r--r--. root root system_u:object_r:etc_t:s0       /etc/my.cnf.d/client.cnf
-rw-r--r--. root root system_u:object_r:etc_t:s0       /etc/my.cnf.d/mysql-clients.cnf
-rw-r--r--. root root system_u:object_r:etc_t:s0       /etc/my.cnf.d/server.cnf
-rw-r--r--. root root system_u:object_r:etc_t:s0       /etc/my.cnf.d/tokudb.cnf


Expected results:
#> ls -Z /etc/my.cnf.d/*cnf
-rw-r--r--. root root system_u:object_r:mysqld_etc_t:s0       /etc/my.cnf.d/client.cnf
-rw-r--r--. root root system_u:object_r:mysqld_etc_t:s0       /etc/my.cnf.d/mysql-clients.cnf
-rw-r--r--. root root system_u:object_r:mysqld_etc_t:s0       /etc/my.cnf.d/server.cnf
-rw-r--r--. root root system_u:object_r:mysqld_etc_t:s0       /etc/my.cnf.d/tokudb.cnf

Comment 2 Miroslav Grepl 2015-04-22 08:57:19 UTC
commit b7417f6bfb16b5dc37dce0bd50f99a4716d40c69
Author: Lukas Vrabec <lvrabec>
Date:   Mon Mar 23 11:26:14 2015 +0100

    Added label mysqld_etc_t for /etc/my.cnf.d/ dir.

Comment 7 errata-xmlrpc 2015-11-19 10:26:55 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.

https://rhn.redhat.com/errata/RHBA-2015-2300.html


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