Bug 2189416 - SELinux is preventing systemd from 'map' accesses on the file /etc/selinux/targeted/policy/policy.33.
Summary: SELinux is preventing systemd from 'map' accesses on the file /etc/selinux/ta...
Keywords:
Status: CLOSED DUPLICATE of bug 2186821
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: systemd-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:bf978546e81558da2833cefe5a1...
: 2189338 2189339 2189413 2189414 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-04-25 07:05 UTC by Mikhail
Modified: 2023-04-29 19:56 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-04-29 19:56:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: description (2.25 KB, text/plain)
2023-04-25 07:05 UTC, Mikhail
no flags Details
File: os_info (770 bytes, text/plain)
2023-04-25 07:05 UTC, Mikhail
no flags Details

Description Mikhail 2023-04-25 07:05:28 UTC
Description of problem:
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.11-1.fc39.noarch
SELinux Policy RPM            selinux-policy-targeted-38.11-1.fc39.noarch
Local Policy RPM              selinux-policy-targeted-38.11-1.fc39.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Host Name                     (removed)
Platform                      Linux (removed) 6.3.0-63.fc39.x86_64+debug #1 SMP
                              PREEMPT_DYNAMIC Mon Apr 24 16:53:17 UTC 2023
                              x86_64
Alert Count                   3
First Seen                    2023-04-25 03:49:52 +05
Last Seen                     2023-04-25 04:03:20 +05
Local ID                      3ea5ce2c-edd4-46d5-9f42-c3170c268c99

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


Hash: systemd,init_t,semanage_store_t,file,map

Version-Release number of selected component:
selinux-policy-targeted-38.11-1.fc39.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.11-1.fc39.noarch
component:      selinux-policy
hashmarkername: setroubleshoot
type:           libreport
kernel:         6.3.0-63.fc39.x86_64+debug
component:      selinux-policy

Comment 1 Mikhail 2023-04-25 07:05:30 UTC
Created attachment 1959725 [details]
File: description

Comment 2 Mikhail 2023-04-25 07:05:32 UTC
Created attachment 1959726 [details]
File: os_info

Comment 3 Zdenek Pytela 2023-04-28 15:09:31 UTC
As discussed with Michal today, this is a result of a change in systemd:

f36# ps w 1
    PID TTY      STAT   TIME COMMAND
      1 ?        Ss     0:09 /usr/lib/systemd/systemd --switched-root --system --deserialize 31
f38# ps w 1
    PID TTY      STAT   TIME COMMAND
      1 ?        Ss     0:27 /usr/lib/systemd/systemd --system --deserialize=45

which requires a code change not to use streq() for "deserialize" which has already been accepted upstream so should appear in rawhide soon and backported to F38.

Denials from the duplicates:

type=AVC msg=audit(1682369484.59:534): avc:  denied  { dyntransition } for  pid=1 comm="systemd" scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=process permissive=1
type=AVC msg=audit(1682369484.59:533): avc:  denied  { setcurrent } for  pid=1 comm="systemd" scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=process permissive=1

type=AVC msg=audit(1682377401.486:346): avc:  denied  { dyntransition } for  pid=1 comm="systemd" scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=process permissive=1
type=AVC msg=audit(1682377401.486:345): avc:  denied  { setcurrent } for  pid=1 comm="systemd" scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=process permissive=1

Comment 4 Zdenek Pytela 2023-04-28 15:09:46 UTC
*** Bug 2189338 has been marked as a duplicate of this bug. ***

Comment 5 Zdenek Pytela 2023-04-28 15:09:56 UTC
*** Bug 2189339 has been marked as a duplicate of this bug. ***

Comment 6 Zdenek Pytela 2023-04-28 15:10:09 UTC
*** Bug 2189413 has been marked as a duplicate of this bug. ***

Comment 7 Zdenek Pytela 2023-04-28 15:10:20 UTC
*** Bug 2189414 has been marked as a duplicate of this bug. ***

Comment 8 Ondrej Mosnáček 2023-04-29 19:56:47 UTC

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


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