Description of problem: SELinux is preventing gdb from 'read' accesses on the chr_file renderD128. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that gdb should be allowed read access on the renderD128 chr_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 'gdb' --raw | audit2allow -M my-gdb # semodule -X 300 -i my-gdb.pp Additional Information: Source Context system_u:system_r:abrt_t:s0-s0:c0.c1023 Target Context system_u:object_r:dri_device_t:s0 Target Objects renderD128 [ chr_file ] Source gdb Source Path gdb Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages SELinux Policy RPM selinux-policy-targeted-38.17-1.fc38.noarch Local Policy RPM selinux-policy-targeted-38.17-1.fc38.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 6.3.8-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 15 02:15:40 UTC 2023 x86_64 Alert Count 6 First Seen 2023-06-25 21:36:36 IST Last Seen 2023-06-25 21:40:47 IST Local ID 06211c9d-96c6-4934-afc5-b9165e669801 Raw Audit Messages type=AVC msg=audit(1687709447.205:409): avc: denied { read } for pid=30581 comm="gdb" name="renderD128" dev="devtmpfs" ino=547 scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:dri_device_t:s0 tclass=chr_file permissive=0 Hash: gdb,abrt_t,dri_device_t,chr_file,read Version-Release number of selected component: selinux-policy-targeted-38.17-1.fc38.noarch Additional info: reporter: libreport-2.17.10 reason: SELinux is preventing gdb from 'read' accesses on the chr_file renderD128. package: selinux-policy-targeted-38.17-1.fc38.noarch component: selinux-policy hashmarkername: setroubleshoot type: libreport kernel: 6.3.8-200.fc38.x86_64 component: selinux-policy
Created attachment 1972506 [details] File: description
Created attachment 1972507 [details] File: os_info
It is required to turn this boolean on to allow abrt execute its gdb handler and be able to troubleshoot further: # setsebool -P abrt_handle_event on and subsequently report another bug for the affected component. This boolean will be turned on by default in the future Fedora releases. Refer to abrt_handle_event_selinux(8) for more information.