Bug 2254988

Summary: SELinux is preventing systemd from 'getattr' accesses on the netlink_netfilter_socket labeled init_t.
Product: [Fedora] Fedora Reporter: Mikhail <mikhail.v.gavrilov>
Component: selinux-policyAssignee: Zdenek Pytela <zpytela>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dwalsh, lvrabec, mikhail.v.gavrilov, mmalik, nknazeko, omosnacek, pkoncity, vmojzis, zpytela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:4faa4d692903eac8e1368bb5fd5213475c04f26021c82469b2d7adb1f7c8778a;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-12-18 11:57:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: description
none
File: os_info none

Description Mikhail 2023-12-18 11:15:04 UTC
Description of problem:
SELinux is preventing systemd from 'getattr' accesses on the netlink_netfilter_socket labeled init_t.

*****  Plugin catchall (100. confidence) suggests   **************************

If you believe that systemd should be allowed getattr access on netlink_netfilter_socket labeled init_t 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 'systemd' --raw | audit2allow -M my-systemd
# semodule -X 300 -i my-systemd.pp

Additional Information:
Source Context                system_u:system_r:init_t:s0
Target Context                system_u:system_r:init_t:s0
Target Objects                Unknown [ netlink_netfilter_socket ]
Source                        systemd
Source Path                   systemd
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
SELinux Policy RPM            selinux-policy-targeted-40.7-1.fc40.noarch
Local Policy RPM              selinux-policy-targeted-40.7-1.fc40.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Host Name                     (removed)
Platform                      Linux (removed) 6.7.0-
                              0.rc5.20231215git3f7168591ebf.45.fc40.x86_64+debug
                              #1 SMP PREEMPT_DYNAMIC Fri Dec 15 17:38:24 UTC
                              2023 x86_64
Alert Count                   3
First Seen                    2023-12-16 23:51:38 +05
Last Seen                     2023-12-18 12:15:19 +05
Local ID                      55fca784-5be7-48f8-91e5-d2c17e042c22

Raw Audit Messages
type=AVC msg=audit(1702883719.480:960): avc:  denied  { getattr } for  pid=1 comm="systemd" scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=netlink_netfilter_socket permissive=1


Hash: systemd,init_t,init_t,netlink_netfilter_socket,getattr

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

Additional info:
reporter:       libreport-2.17.11
reason:         SELinux is preventing systemd from 'getattr' accesses on the netlink_netfilter_socket labeled init_t.
package:        selinux-policy-targeted-40.7-1.fc40.noarch
component:      selinux-policy
hashmarkername: setroubleshoot
type:           libreport
kernel:         6.7.0-0.rc5.20231215git3f7168591ebf.45.fc40.x86_64+debug
component:      selinux-policy

Comment 1 Mikhail 2023-12-18 11:15:07 UTC
Created attachment 2004813 [details]
File: description

Comment 2 Mikhail 2023-12-18 11:15:08 UTC
Created attachment 2004814 [details]
File: os_info

Comment 3 Zdenek Pytela 2023-12-18 11:57:19 UTC

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