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 1930447 - SELinux is preventing /usr/libexec/platform-python3.6 from 'node_bind' accesses on the tcp_socket port None.
Summary: SELinux is preventing /usr/libexec/platform-python3.6 from 'node_bind' access...
Keywords:
Status: CLOSED DUPLICATE of bug 1923985
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: selinux-policy
Version: 8.3
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Zdenek Pytela
QA Contact: Milos Malik
URL:
Whiteboard: abrt_hash:ae11013e8e692887af4ecea34fb...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-18 22:02 UTC by Shawn L
Modified: 2022-01-05 13:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-19 07:50:20 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Shawn L 2021-02-18 22:02:39 UTC
Description of problem:
SELinux is preventing /usr/libexec/platform-python3.6 from 'node_bind' accesses on the tcp_socket port None.

*****  Plugin catchall_boolean (89.3 confidence) suggests   ******************

If you want to allow nis to enabled
Then you must tell SELinux about this by enabling the 'nis_enabled' boolean.

Do
setsebool -P nis_enabled 1

*****  Plugin catchall (11.6 confidence) suggests   **************************

If you believe that platform-python3.6 should be allowed node_bind access on the port None tcp_socket by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# ausearch -c 'rhsmcertd-worke' --raw | audit2allow -M my-rhsmcertdworke
# semodule -X 300 -i my-rhsmcertdworke.pp

Additional Information:
Source Context                system_u:system_r:rhsmcertd_t:s0
Target Context                system_u:object_r:node_t:s0
Target Objects                port None [ tcp_socket ]
Source                        rhsmcertd-worke
Source Path                   /usr/libexec/platform-python3.6
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
SELinux Policy RPM            selinux-policy-targeted-3.14.3-54.el8_3.2.noarch
Local Policy RPM              selinux-policy-targeted-3.14.3-54.el8_3.2.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 4.18.0-240.15.1.el8_3.x86_64 #1
                              SMP Wed Feb 3 03:12:15 EST 2021 x86_64 x86_64
Alert Count                   2
First Seen                    2021-02-18 12:31:30 EST
Last Seen                     2021-02-18 16:31:59 EST
Local ID                      c94e4bd1-6c6f-4cca-91f5-d9f198d57cc8

Raw Audit Messages
type=AVC msg=audit(1613683919.681:170): avc:  denied  { node_bind } for  pid=15971 comm="rhsmcertd-worke" saddr=::1 scontext=system_u:system_r:rhsmcertd_t:s0 tcontext=system_u:object_r:node_t:s0 tclass=tcp_socket permissive=0


Hash: rhsmcertd-worke,rhsmcertd_t,node_t,tcp_socket,node_bind

Version-Release number of selected component:
selinux-policy-targeted-3.14.3-54.el8_3.2.noarch

Additional info:
component:      selinux-policy
reporter:       libreport-2.9.5
hashmarkername: setroubleshoot
kernel:         4.18.0-240.15.1.el8_3.x86_64
type:           libreport

Comment 1 Milos Malik 2021-02-19 07:50:20 UTC
This bug is a duplicate of BZ#1923985.

*** This bug has been marked as a duplicate of bug 1923985 ***


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