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 1113309 - SELinux prevents glance from uploading images, causing it to hang
Summary: SELinux prevents glance from uploading images, causing it to hang
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: selinux-policy
Version: 7.0
Hardware: All
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Miroslav Grepl
QA Contact: Milos Malik
URL:
Whiteboard:
Depends On:
Blocks: 1155039 1176738
TreeView+ depends on / blocked
 
Reported: 2014-06-25 22:54 UTC by Scott Haines
Modified: 2023-09-14 02:10 UTC (History)
9 users (show)

Fixed In Version: selinux-policy-3.13.1-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1155039 1176738 (view as bug list)
Environment:
Last Closed: 2015-03-05 10:40:18 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 Scott Haines 2014-06-25 22:54:37 UTC
SELnux prevents glance from uploading images, causing it to hang.

Comment 1 Josh Durgin 2014-06-25 23:06:07 UTC
From audit.log:

type=AVC msg=audit(1403735226.090:476): avc:  denied  { name_connect } for  pid=6033 comm="glance-api" dest=6800 scontext=system_u:system_r:glance_api_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket

The ceph client uses tcp to talk to ceph daemons, which typically use ports 6789-6900.

Cinder is not affected by this, I think because it is not listed in any of the selinux configuration in /etc/selinux/targeted. Nova does have selinux policies applied to it, so it may be affected as well.

Comment 2 Josh Durgin 2014-06-26 04:11:30 UTC
Nova is not affected by this.

Comment 3 Miroslav Grepl 2014-06-26 08:17:14 UTC
(In reply to Josh Durgin from comment #1)
> From audit.log:
> 
> type=AVC msg=audit(1403735226.090:476): avc:  denied  { name_connect } for 
> pid=6033 comm="glance-api" dest=6800
> scontext=system_u:system_r:glance_api_t:s0
> tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket
> 
> The ceph client uses tcp to talk to ceph daemons, which typically use ports
> 6789-6900.
> 
> Cinder is not affected by this, I think because it is not listed in any of
> the selinux configuration in /etc/selinux/targeted. Nova does have selinux
> policies applied to it, so it may be affected as well.

So we want to define 

6789-6900

as glance_port_t?

If you execute

# semanage port -a -t glance_port_t -p tcp 6789-6900

does it work then?

Comment 4 Daniel Walsh 2014-06-26 15:04:53 UTC
It uses 212 different ports?

Comment 5 Josh Durgin 2014-06-26 17:58:17 UTC
(In reply to Miroslav Grepl from comment #3)
> (In reply to Josh Durgin from comment #1)
> > From audit.log:
> > 
> > type=AVC msg=audit(1403735226.090:476): avc:  denied  { name_connect } for 
> > pid=6033 comm="glance-api" dest=6800
> > scontext=system_u:system_r:glance_api_t:s0
> > tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket
> > 
> > The ceph client uses tcp to talk to ceph daemons, which typically use ports
> > 6789-6900.
> > 
> > Cinder is not affected by this, I think because it is not listed in any of
> > the selinux configuration in /etc/selinux/targeted. Nova does have selinux
> > policies applied to it, so it may be affected as well.
> 
> So we want to define 
> 
> 6789-6900
> 
> as glance_port_t?
> 
> If you execute
> 
> # semanage port -a -t glance_port_t -p tcp 6789-6900
> 
> does it work then?

No, it's still denied:

type=AVC msg=audit(1403805393.007:9315): avc:  denied  { name_connect } for  pid=15716 comm="glance-api" dest=6800 scontext=system_u:system_r:glance_api_t:s0 tcontext=system_u:object_r:glance_port_t:s0 tclass=tcp_socket

Comment 6 Miroslav Grepl 2014-06-26 18:36:44 UTC
Ok and does it really need to use so huge port range?

Comment 7 Josh Durgin 2014-06-26 20:17:32 UTC
Looking into it more, I was underestimating based on old behavior. These days ceph-osd uses the next 5 available ports starting from 6800. There's usually one ceph-osd daemon per disk, so with a typical deployment using < 30 disks per node, with some headroom for ports still in use after daemon restarts, a good range would be 6800-7000, and 6789 for ceph-mon. Production setups will only have one ceph-mon on a node.

Comment 9 Miroslav Grepl 2014-08-21 08:25:04 UTC
So it still uses ~200 ports.

I would add a new boolean

glance_api_can_network,

Comment 11 Miroslav Grepl 2014-09-05 09:56:12 UTC
#============= glance_api_t ==============

#!!!! This avc can be allowed using the boolean 'glance_use_execmem'
allow glance_api_t self:process execmem;

Comment 20 errata-xmlrpc 2015-03-05 10:40:18 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

Comment 21 Red Hat Bugzilla 2023-09-14 02:10:39 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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