Bug 2192333

Summary: SELinux is preventing systemd from 'map' accesses on the file /etc/selinux/targeted/policy/policy.33.
Product: [Fedora] Fedora Reporter: Michael <michael.scheiffler>
Component: selinux-policyAssignee: Zdenek Pytela <zpytela>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 38CC: dwalsh, fedora, lvrabec, michael.scheiffler, mmalik, nknazeko, omosnacek, pkoncity, vmojzis, zpytela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:bf978546e81558da2833cefe5a14f2525f922f52a6d00c760d3575aca4ef475e;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-05-02 17:21:41 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 Michael 2023-05-01 13:34:25 UTC
Description of problem:
dnf upgrade
SELinux is preventing systemd from 'map' accesses on the file /etc/selinux/targeted/policy/policy.33.

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

If you want to allow domain to can mmap files
Then you must tell SELinux about this by enabling the 'domain_can_mmap_files' boolean.

Do
setsebool -P domain_can_mmap_files 1

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

If you believe that systemd should be allowed map access on the policy.33 file 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                unconfined_u:object_r:semanage_store_t:s0
Target Objects                /etc/selinux/targeted/policy/policy.33 [ file ]
Source                        systemd
Source Path                   systemd
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           selinux-policy-targeted-38.12-1.fc38.noarch
SELinux Policy RPM            selinux-policy-targeted-38.12-1.fc38.noarch
Local Policy RPM              selinux-policy-targeted-38.12-1.fc38.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 6.2.7-300.fc38.x86_64 #1 SMP
                              PREEMPT_DYNAMIC Sat Mar 18 17:51:18 CET 2023
                              x86_64
Alert Count                   1
First Seen                    2023-05-01 15:33:34 CEST
Last Seen                     2023-05-01 15:33:34 CEST
Local ID                      a883d9ea-6ec2-4d69-9ac0-d19c830dde59

Raw Audit Messages
type=AVC msg=audit(1682948014.230:703): avc:  denied  { map } for  pid=1 comm="systemd" path="/etc/selinux/targeted/policy/policy.33" dev="nvme0n1p3" ino=9538947 scontext=system_u:system_r:init_t:s0 tcontext=unconfined_u:object_r:semanage_store_t:s0 tclass=file permissive=0


Hash: systemd,init_t,semanage_store_t,file,map

Version-Release number of selected component:
selinux-policy-targeted-38.12-1.fc38.noarch

Additional info:
reporter:       libreport-2.17.9
reason:         SELinux is preventing systemd from 'map' accesses on the file /etc/selinux/targeted/policy/policy.33.
package:        selinux-policy-targeted-38.12-1.fc38.noarch
component:      selinux-policy
hashmarkername: setroubleshoot
type:           libreport
kernel:         6.2.7-300.fc38.x86_64
comment:        dnf upgrade
component:      selinux-policy

Comment 1 Michael 2023-05-01 13:34:28 UTC
Created attachment 1961440 [details]
File: description

Comment 2 Michael 2023-05-01 13:34:30 UTC
Created attachment 1961441 [details]
File: os_info

Comment 3 Zdenek Pytela 2023-05-02 17:21:41 UTC

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