Description of problem: Hi My laptop is lenovo thinkbook 14 g6+ and it has automatic screen brightness sensor and gnome desktop environment supports it was enable in fedora 40 when i upgrade to fedora 41 it disabled, but i enabled it manually and selinux preventing it, i created this rule: # ausearch -c 'iio-sensor-prox' --raw | audit2allow -M my-iiosensorprox # semodule -X 300 -i my-iiosensorprox.pp but it still prevents it. just with disabling the selinux fixes it. SELinux is preventing iio-sensor-prox from 'write' accesses on the sock_file socket. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that iio-sensor-prox should be allowed write access on the socket sock_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 'iio-sensor-prox' --raw | audit2allow -M my-iiosensorprox # semodule -X 300 -i my-iiosensorprox.pp Additional Information: Source Context system_u:system_r:iiosensorproxy_t:s0 Target Context system_u:object_r:syslogd_var_run_t:s0 Target Objects socket [ sock_file ] Source iio-sensor-prox Source Path iio-sensor-prox Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages SELinux Policy RPM selinux-policy-targeted-41.27-1.fc41.noarch Local Policy RPM selinux-policy-targeted-41.27-1.fc41.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 6.12.7-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 27 17:05:33 UTC 2024 x86_64 Alert Count 8184 First Seen 2024-12-21 08:40:10 +0330 Last Seen 2025-01-09 20:23:54 +0330 Local ID b9a2dad3-a101-4cdf-be3b-7f463610cb83 Raw Audit Messages type=AVC msg=audit(1736441634.230:635): avc: denied { write } for pid=1121 comm="iio-sensor-prox" name="socket" dev="tmpfs" ino=47 scontext=system_u:system_r:iiosensorproxy_t:s0 tcontext=system_u:object_r:syslogd_var_run_t:s0 tclass=sock_file permissive=0 Hash: iio-sensor-prox,iiosensorproxy_t,syslogd_var_run_t,sock_file,write Version-Release number of selected component: selinux-policy-targeted-41.27-1.fc41.noarch Additional info: reporter: libreport-2.17.15 reason: SELinux is preventing iio-sensor-prox from 'write' accesses on the sock_file socket. package: selinux-policy-targeted-41.27-1.fc41.noarch component: selinux-policy hashmarkername: setroubleshoot type: libreport kernel: 6.12.7-200.fc41.x86_64 component: selinux-policy
Created attachment 2065324 [details] File: description
Created attachment 2065325 [details] File: os_info
*** This bug has been marked as a duplicate of bug 2331002 ***