Bug 2291441 - SELinux is preventing rpcbind from 'name_bind' accesses on the udp_socket port 65104.
Summary: SELinux is preventing rpcbind from 'name_bind' accesses on the udp_socket por...
Keywords:
Status: CLOSED DUPLICATE of bug 1758147
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 40
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zdenek Pytela
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:353bb6bd6a8e04006146647683a...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-06-12 06:43 UTC by Juan Orti
Modified: 2024-06-12 11:57 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-06-12 11:57:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: description (2.95 KB, text/plain)
2024-06-12 06:43 UTC, Juan Orti
no flags Details
File: os_info (734 bytes, text/plain)
2024-06-12 06:43 UTC, Juan Orti
no flags Details

Description Juan Orti 2024-06-12 06:43:30 UTC
Description of problem:
Starting virt-manager
SELinux is preventing rpcbind from 'name_bind' accesses on the udp_socket port 65104.

*****  Plugin bind_ports (92.2 confidence) suggests   ************************

Si quiere permitir que rpcbind se asocie al puerto de red 65104
Then you need to modify the port type.
Do
# semanage port -a -t TIPO_DE_PUERTO -p udp 65104
    donde TIPO_DE_PUERTO es uno de los siguientes: agentx_port_t, apertus_ldp_port_t, comsat_port_t, dhcpc_port_t, dhcpd_port_t, dns_port_t, efs_port_t, flash_port_t, ftp_port_t, gdomap_port_t, hi_reserved_port_t, inetd_child_port_t, ipmi_port_t, ipp_port_t, kerberos_admin_port_t, kerberos_port_t, kprop_port_t, ktalkd_port_t, ldap_port_t, pki_ca_port_t, pop_port_t, portmap_port_t, printer_port_t, rlogin_port_t, rlogind_port_t, rndc_port_t, router_port_t, rsh_port_t, rsync_port_t, rtsp_port_t, rwho_port_t, smtp_port_t, spamd_port_t, swat_port_t, syslogd_port_t, uucpd_port_t.    

*****  Plugin catchall_boolean (7.83 confidence) suggests   ******************

Si quiere allow nis to enabled
Then debe informar a SELinux de ello activando el indicador 'nis_enabled'.

Do
setsebool -P nis_enabled 1

*****  Plugin catchall (1.41 confidence) suggests   **************************

Si cree que de manera predeterminada se debería permitir a rpcbind el acceso name_bind sobre  port 65104 udp_socket.     
Then debería reportar esto como un error.
Puede generar un módulo de política local para permitir este acceso.
Do
permita el acceso temporalmente ejecutando:
# ausearch -c 'rpcbind' --raw | audit2allow -M mi-rpcbind
# semodule -X 300 -i mi-rpcbind.pp

Additional Information:
Source Context                system_u:system_r:rpcbind_t:s0
Target Context                system_u:object_r:unreserved_port_t:s0
Target Objects                port 65104 [ udp_socket ]
Source                        rpcbind
Source Path                   rpcbind
Port                          65104
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
SELinux Policy RPM            selinux-policy-targeted-40.20-1.fc40.noarch
Local Policy RPM              selinux-policy-targeted-40.20-1.fc40.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 6.8.11-300.fc40.x86_64 #1 SMP
                              PREEMPT_DYNAMIC Mon May 27 14:53:33 UTC 2024
                              x86_64
Alert Count                   19
First Seen                    2024-05-13 07:14:59 CEST
Last Seen                     2024-06-10 07:26:48 CEST
Local ID                      bc9346e5-67a1-482f-a7b7-8be648ecef97

Raw Audit Messages
type=AVC msg=audit(1717997208.741:207): avc:  denied  { name_bind } for  pid=2715 comm="rpcbind" src=65104 scontext=system_u:system_r:rpcbind_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=udp_socket permissive=0


Hash: rpcbind,rpcbind_t,unreserved_port_t,udp_socket,name_bind

Version-Release number of selected component:
selinux-policy-targeted-40.20-1.fc40.noarch

Additional info:
reporter:       libreport-2.17.15
reason:         SELinux is preventing rpcbind from 'name_bind' accesses on the udp_socket port 65104.
package:        selinux-policy-targeted-40.20-1.fc40.noarch
component:      selinux-policy
hashmarkername: setroubleshoot
type:           libreport
kernel:         6.8.11-300.fc40.x86_64
comment:        Starting virt-manager
component:      selinux-policy

Comment 1 Juan Orti 2024-06-12 06:43:32 UTC
Created attachment 2037043 [details]
File: description

Comment 2 Juan Orti 2024-06-12 06:43:34 UTC
Created attachment 2037044 [details]
File: os_info

Comment 3 Zdenek Pytela 2024-06-12 11:57:58 UTC

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


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