Hide Forgot
Description of problem: SELinux is preventing gdb from 'read' accesses on the chr_file nvidiactl. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that gdb should be allowed read access on the nvidiactl 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:xserver_misc_device_t:s0 Target Objects nvidiactl [ chr_file ] Source gdb Source Path gdb Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages SELinux Policy RPM selinux-policy-targeted-38.8-2.fc38.noarch Local Policy RPM selinux-policy-targeted-38.8-2.fc38.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 6.2.8-300.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 22 19:29:30 UTC 2023 x86_64 Alert Count 44 First Seen 2023-03-26 14:08:03 EEST Last Seen 2023-03-26 14:08:03 EEST Local ID b2764e30-0905-487a-b747-1bd7b4bc62bf Raw Audit Messages type=AVC msg=audit(1679828883.368:568): avc: denied { read } for pid=25524 comm="gdb" name="nvidiactl" dev="devtmpfs" ino=752 scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:xserver_misc_device_t:s0 tclass=chr_file permissive=0 Hash: gdb,abrt_t,xserver_misc_device_t,chr_file,read Version-Release number of selected component: selinux-policy-targeted-38.8-2.fc38.noarch Additional info: reporter: libreport-2.17.9 reason: SELinux is preventing gdb from 'read' accesses on the chr_file nvidiactl. package: selinux-policy-targeted-38.8-2.fc38.noarch component: selinux-policy hashmarkername: setroubleshoot type: libreport kernel: 6.2.8-300.fc38.x86_64 component: selinux-policy
Created attachment 1953723 [details] File: description
Created attachment 1953724 [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.