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 1168218 - AVC denials: scontext=system_u:system_r:docker_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=service
Summary: AVC denials: scontext=system_u:system_r:docker_t:s0 tcontext=system_u:system_...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: selinux-policy
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Miroslav Grepl
QA Contact: Patrik Kis
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-26 12:47 UTC by Patrik Kis
Modified: 2015-03-05 10:47 UTC (History)
9 users (show)

Fixed In Version: selinux-policy-3.13.1-14.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-05 10:47:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0458 0 normal SHIPPED_LIVE selinux-policy bug fix and enhancement update 2015-03-05 15:17:00 UTC

Description Patrik Kis 2014-11-26 12:47:32 UTC
Description of problem:
The following AVC denial appeared on a test machine; unfortunately we don't have a clear reproducer.

type=USER_AVC msg=audit(11/26/2014 07:17:20.862:839) : pid=1 uid=root auid=unset ses=unset subj=system_u:system_r:init_t:s0 msg='avc:  denied  { start } for auid=unset uid=unset gid=unset scontext=system_u:system_r:docker_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=service  exe=/usr/lib/systemd/systemd sauid=root hostname=? addr=? terminal=?'

Version-Release number of selected component (if applicable):
systemd-208-18.el7.x86_64
docker-1.2.0-1.8.el7.x86_64
selinux-policy-3.13.1-12.el7.noarch

Comment 1 Daniel Walsh 2014-12-02 15:41:00 UTC
d021242a9461fda596cbb828979975faa2c95970 allows this in git.

It should be back ported to RHEL7/Fedor20/21.

Comment 2 Patrik Kis 2014-12-18 16:02:53 UTC
Looks like fixed in selinux-policy-3.13.1-14.el7

# cat - |audit2allow 
type=USER_AVC msg=audit(11/26/2014 07:17:20.862:839) : pid=1 uid=root auid=unset ses=unset subj=system_u:system_r:init_t:s0 msg='avc:  denied  { start } for auid=unset uid=unset gid=unset scontext=system_u:system_r:docker_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=service  exe=/usr/lib/systemd/systemd sauid=root hostname=? addr=? terminal=?'


#============= docker_t ==============

#!!!! This avc is allowed in the current policy
allow docker_t init_t:service start;

Comment 3 Milos Malik 2014-12-18 16:20:06 UTC
Yes, it is.

# rpm -qa selinux-policy\*
selinux-policy-sandbox-3.13.1-14.el7.noarch
selinux-policy-targeted-3.13.1-14.el7.noarch
selinux-policy-devel-3.13.1-14.el7.noarch
selinux-policy-doc-3.13.1-14.el7.noarch
selinux-policy-3.13.1-14.el7.noarch
selinux-policy-mls-3.13.1-14.el7.noarch
selinux-policy-minimum-3.13.1-14.el7.noarch
# sesearch -s docker_t -t init_t -c service -p start -A -C
Found 1 semantic av rules:
   allow docker_t init_t : service { start status } ; 

#

Comment 13 errata-xmlrpc 2015-03-05 10:47:23 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-0458.html


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