Bug 2290885

Summary: SELinux is preventing key.dns_resolve from 'setattr' accesses on the key labeled kernel_t.
Product: [Fedora] Fedora Reporter: ben
Component: selinux-policyAssignee: Zdenek Pytela <zpytela>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 40CC: ben, dwalsh, lvrabec, mmalik, omosnacek, pkoncity, vmojzis, zpytela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:8b79d98636048ec83c726f4a7fefa63725a0f88fe1b2372549514598a9266bb2;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-06-10 09:29:14 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 ben 2024-06-07 15:21:52 UTC
Description of problem:
SELinux is preventing key.dns_resolve from 'setattr' accesses on the key labeled kernel_t.

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

If you believe that key.dns_resolve should be allowed setattr access on key labeled kernel_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 'key.dns_resolve' --raw | audit2allow -M my-keydnsresolve
# semodule -X 300 -i my-keydnsresolve.pp

Additional Information:
Source Context                system_u:system_r:keyutils_dns_resolver_t:s0
Target Context                system_u:system_r:kernel_t:s0
Target Objects                Unknown [ key ]
Source                        key.dns_resolve
Source Path                   key.dns_resolve
Port                          <Unknown>
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                   1938
First Seen                    2024-03-31 08:35:26 CDT
Last Seen                     2024-06-07 10:04:59 CDT
Local ID                      43b845cb-289b-4b4c-b9dc-8f7f835d11ad

Raw Audit Messages
type=AVC msg=audit(1717772699.750:10137): avc:  denied  { setattr } for  pid=1213558 comm="key.dns_resolve" scontext=system_u:system_r:keyutils_dns_resolver_t:s0 tcontext=system_u:system_r:kernel_t:s0 tclass=key permissive=0


Hash: key.dns_resolve,keyutils_dns_resolver_t,kernel_t,key,setattr

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 key.dns_resolve from 'setattr' accesses on the key labeled kernel_t.
package:        selinux-policy-targeted-40.20-1.fc40.noarch
component:      selinux-policy
hashmarkername: setroubleshoot
type:           libreport
kernel:         6.8.11-300.fc40.x86_64
component:      selinux-policy

Comment 1 ben 2024-06-07 15:21:55 UTC
Created attachment 2036726 [details]
File: description

Comment 2 ben 2024-06-07 15:21:56 UTC
Created attachment 2036727 [details]
File: os_info

Comment 3 Zdenek Pytela 2024-06-10 09:29:14 UTC

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