Description of problem: I started vscode on Fedora, that is all. 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 selinuxuser to execheap 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.22-1.fc40.noarch Local Policy RPM selinux-policy-targeted-40.22-1.fc40.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 6.9.5-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 16 15:47:09 UTC 2024 x86_64 Alert Count 1468 First Seen 2023-12-02 21:55:29 CET Last Seen 2024-06-24 23:45:19 CEST Local ID a9bbfc79-7ae1-422e-a7d1-40dd5ec0e3ba Raw Audit Messages type=AVC msg=audit(1719265519.728:788): avc: denied { execheap } for pid=170488 comm="code" 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.22-1.fc40.noarch Additional info: reporter: libreport-2.17.15 reason: SELinux is preventing code from using the 'execheap' accesses on a process. package: selinux-policy-targeted-40.22-1.fc40.noarch component: selinux-policy hashmarkername: setroubleshoot type: libreport kernel: 6.9.5-200.fc40.x86_64 comment: I started vscode on Fedora, that is all. component: selinux-policy
Created attachment 2038190 [details] File: description
Created attachment 2038191 [details] File: os_info
I have the same issue, and it happens permanently, so often that I need to stop code, and sealert needs a few minutes until it calms down. I have here that the alert happened 1199 times in the few minutes I kept vscode open.Interestingly enough, the 2nd time where I start code during a desktop session, the issue doesn't happen. This is definitely a regression since upgrade to F40, and I have had the same execheap warning with other programs (but I didn't keep track, it wasn't a storm like with VSCode). Searching for execheap, I see other similar issues with chrome and wine-preloader (and I have in mind that Chromium was one of the impacted programs, but I can't reproduce currently). BTW, I think that https://bugzilla.redhat.com/show_bug.cgi?id=2294469 is a duplicate.
*** This bug has been marked as a duplicate of bug 2254434 ***