Bug 2251000

Summary: SELinux is preventing systemd-sleep from 'write' accesses on the directory /sys/firmware/efi/efivars.
Product: [Fedora] Fedora Reporter: Diego <diego.ml>
Component: selinux-policyAssignee: Zdenek Pytela <zpytela>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 39CC: diego.ml, dwalsh, lvrabec, mmalik, nknazeko, omosnacek, pkoncity, vmojzis, zpytela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:d18202ee9548b597f83b3afb5ed85346fb22221c5458d141a91842c5b5bb5ff2;VARIANT_ID=;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-11-22 09:59:04 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 Diego 2023-11-22 08:21:00 UTC
Description of problem:
SELinux is preventing systemd-sleep from 'write' accesses on the directory /sys/firmware/efi/efivars.

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

If you believe that systemd-sleep should be allowed write access on the efivars directory 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-sleep' --raw | audit2allow -M my-systemdsleep
# semodule -X 300 -i my-systemdsleep.pp

Additional Information:
Source Context                system_u:system_r:systemd_sleep_t:s0
Target Context                system_u:object_r:efivarfs_t:s0
Target Objects                /sys/firmware/efi/efivars [ dir ]
Source                        systemd-sleep
Source Path                   systemd-sleep
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
SELinux Policy RPM            selinux-policy-targeted-39.2-1.fc39.noarch
Local Policy RPM              selinux-policy-targeted-39.2-1.fc39.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 6.5.10-100.fc37.x86_64 #1 SMP
                              PREEMPT_DYNAMIC Thu Nov 2 21:12:43 UTC 2023 x86_64
Alert Count                   3
First Seen                    2023-11-20 15:46:22 CET
Last Seen                     2023-11-21 23:38:24 CET
Local ID                      098fc2a6-de9e-4cf8-84e4-fb0f806f8e3d

Raw Audit Messages
type=AVC msg=audit(1700606304.715:1986): avc:  denied  { write } for  pid=74291 comm="systemd-sleep" name="/" dev="efivarfs" ino=20524 scontext=system_u:system_r:systemd_sleep_t:s0 tcontext=system_u:object_r:efivarfs_t:s0 tclass=dir permissive=0


Hash: systemd-sleep,systemd_sleep_t,efivarfs_t,dir,write

Version-Release number of selected component:
selinux-policy-targeted-39.2-1.fc39.noarch

Additional info:
reporter:       libreport-2.17.11
reason:         SELinux is preventing systemd-sleep from 'write' accesses on the directory /sys/firmware/efi/efivars.
component:      selinux-policy
type:           libreport
kernel:         6.5.10-100.fc37.x86_64
hashmarkername: setroubleshoot
package:        selinux-policy-targeted-39.2-1.fc39.noarch
component:      selinux-policy

Comment 1 Diego 2023-11-22 08:21:03 UTC
Created attachment 2000850 [details]
File: description

Comment 2 Diego 2023-11-22 08:21:05 UTC
Created attachment 2000851 [details]
File: os_info

Comment 3 Zdenek Pytela 2023-11-22 09:59:04 UTC

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