Bug 1203991

Summary: Undefined context for /etc/my.cnf.d/*cnf configuration files in mysql/mariadb
Product: Red Hat Enterprise Linux 7 Reporter: Honza Horak <hhorak>
Component: selinux-policyAssignee: Lukas Vrabec <lvrabec>
Status: CLOSED ERRATA QA Contact: Milos Malik <mmalik>
Severity: medium Docs Contact:
Priority: high    
Version: 7.2CC: bgollahe, dominick.grift, dwalsh, extras-qa, jherrman, lvrabec, mgrepl, mmalik, plautrba, pvrabec, ssekidde
Target Milestone: rcKeywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
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.
Story Points: ---
Clone Of: 1203989
: 1203994 1214235 (view as bug list) Environment:
Last Closed: 2015-11-19 10:26:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1203989    
Bug Blocks: 1203994, 1208765, 1214235    

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