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 1304664 - Prosody SELinux policy (bind port 5281)
Summary: Prosody SELinux policy (bind port 5281)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: selinux-policy
Version: 7.2
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Simon Sekidde
QA Contact: Milos Malik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-04 09:49 UTC by Etienne CHAMPETIER
Modified: 2016-11-04 02:41 UTC (History)
7 users (show)

Fixed In Version: selinux-policy-3.13.1-83.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 02:41:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2283 0 normal SHIPPED_LIVE selinux-policy bug fix and enhancement update 2016-11-03 13:36:25 UTC

Description Etienne CHAMPETIER 2016-02-04 09:49:37 UTC
Hi,

default prosody policy deny bind on port 5281 (https port, 5280 is http)

Audit:
type=AVC msg=audit(1454572521.584:3314): avc:  denied  { name_bind } for  pid=10248 comm="lua" src=5281 scontext=system_u:system_r:prosody_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket
type=SYSCALL msg=audit(1454572521.584:3314): arch=c000003e syscall=49 success=no exit=-13 a0=b a1=15bfa80 a2=1c a3=6 items=0 ppid=10247 pid=10248 auid=4294967295 uid=991 gid=988 euid=991 suid=991 fsuid=991 egid=988 sgid=988 fsgid=988 tty=(none) ses=4294967295 comm="lua" exe="/usr/bin/lua" subj=system_u:system_r:prosody_t:s0 key=(null)
type=AVC msg=audit(1454572521.596:3315): avc:  denied  { name_bind } for  pid=10248 comm="lua" src=5281 scontext=system_u:system_r:prosody_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket
type=SYSCALL msg=audit(1454572521.596:3315): arch=c000003e syscall=49 success=no exit=-13 a0=b a1=169ff80 a2=10 a3=5 items=0 ppid=10247 pid=10248 auid=4294967295 uid=991 gid=988 euid=991 suid=991 fsuid=991 egid=988 sgid=988 fsgid=988 tty=(none) ses=4294967295 comm="lua" exe="/usr/bin/lua" subj=system_u:system_r:prosody_t:s0 key=(null)


Links:

https://prosody.im/doc/http?s[]=https#port_configuration

https://github.com/fedora-selinux/selinux-policy/blob/02ed86515f00f9226eb99ec0b979632d353389b6/policy/modules/kernel/corenetwork.te.in#L198

https://github.com/fedora-selinux/selinux-policy/blob/7f1112b10c78e6a0df7e2637b2218decbf279129/prosody.te#L73

Regards
Etienne

Comment 2 Milos Malik 2016-02-04 10:14:12 UTC
modules_enabled = {
                "http";

Above-mentioned lines in /etc/prosody/prosody.cfg.lua trigger following AVCs:
----
type=SOCKADDR msg=audit(02/04/2016 11:08:08.971:211) : saddr=inet6 host::: serv:5281 
type=SYSCALL msg=audit(02/04/2016 11:08:08.971:211) : arch=x86_64 syscall=bind success=no exit=-13(Permission denied) a0=0x10 a1=0x24002b0 a2=0x1c a3=0x6 items=0 ppid=1 pid=4745 auid=unset uid=prosody gid=prosody euid=prosody suid=prosody fsuid=prosody egid=prosody sgid=prosody fsgid=prosody tty=(none) ses=unset comm=lua exe=/usr/bin/lua subj=system_u:system_r:prosody_t:s0 key=(null) 
type=AVC msg=audit(02/04/2016 11:08:08.971:211) : avc:  denied  { name_bind } for  pid=4745 comm=lua src=5281 scontext=system_u:system_r:prosody_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket 
----
type=SOCKADDR msg=audit(02/04/2016 11:08:08.978:212) : saddr=inet host:0.0.0.0 serv:5281 
type=SYSCALL msg=audit(02/04/2016 11:08:08.978:212) : arch=x86_64 syscall=bind success=no exit=-13(Permission denied) a0=0x10 a1=0x24e9d70 a2=0x10 a3=0x5 items=0 ppid=1 pid=4745 auid=unset uid=prosody gid=prosody euid=prosody suid=prosody fsuid=prosody egid=prosody sgid=prosody fsgid=prosody tty=(none) ses=unset comm=lua exe=/usr/bin/lua subj=system_u:system_r:prosody_t:s0 key=(null) 
type=AVC msg=audit(02/04/2016 11:08:08.978:212) : avc:  denied  { name_bind } for  pid=4745 comm=lua src=5281 scontext=system_u:system_r:prosody_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket 
----

The AVCs did not appear when the nis_enabled boolean is enabled. Unfortunately, effects of this boolean are too large. This scenario has nothing to do with NIS/YP configuration.

Comment 10 errata-xmlrpc 2016-11-04 02:41:45 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-2016-2283.html


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