Description of problem: Started Chrome and extensions all started crashing. SELinux is preventing code from using the 'execheap' accesses on a process. ***** Plugin allow_execheap (53.1 confidence) suggests ******************** If you do not think code should need to map heap memory that is both writable and executable. Then you need to report a bug. This is a potentially dangerous access. Do contact your security administrator and report this issue. ***** Plugin catchall_boolean (42.6 confidence) suggests ****************** If you want to allow unconfined executables to make their heap memory executable. Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla Then you must tell SELinux about this by enabling the 'selinuxuser_execheap' boolean. Do setsebool -P selinuxuser_execheap 1 ***** Plugin catchall (5.76 confidence) suggests ************************** If you believe that code should be allowed execheap access on processes labeled unconfined_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 'code' --raw | audit2allow -M my-code # semodule -X 300 -i my-code.pp Additional Information: Source Context unconfined_u:unconfined_r:unconfined_t:s0- s0:c0.c1023 Target Context unconfined_u:unconfined_r:unconfined_t:s0- s0:c0.c1023 Target Objects Unknown [ process ] Source code Source Path code Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages SELinux Policy RPM selinux-policy-targeted-40.24-1.fc40.noarch Local Policy RPM selinux-policy-targeted-40.24-1.fc40.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 6.9.9-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 11 19:29:01 UTC 2024 x86_64 Alert Count 187 First Seen 2024-04-04 09:07:45 EDT Last Seen 2024-07-23 15:50:40 EDT Local ID d362def1-6ff2-4d6f-a417-77fc0220132b Raw Audit Messages type=AVC msg=audit(1721764240.834:891): avc: denied { execheap } for pid=6901 comm="chrome" scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tclass=process permissive=0 Hash: code,unconfined_t,unconfined_t,process,execheap Version-Release number of selected component: selinux-policy-targeted-40.24-1.fc40.noarch Additional info: reporter: libreport-2.17.15 package: selinux-policy-targeted-40.24-1.fc40.noarch hashmarkername: setroubleshoot comment: Started Chrome and extensions all started crashing. component: selinux-policy type: libreport kernel: 6.9.9-200.fc40.x86_64 reason: SELinux is preventing code from using the 'execheap' accesses on a process. component: selinux-policy
Created attachment 2040228 [details] File: description
Created attachment 2040229 [details] File: os_info
*** This bug has been marked as a duplicate of bug 2254434 ***