PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.42k stars 271 forks source link

Fix CVE-2024-45752 #476

Closed PixlOne closed 1 month ago

PixlOne commented 1 month ago

Prevents arbitrary users from accessing d-bus interface. Fixes #473. This change now requires any application using the LogiOps D-Bus interface to run as root.

In the future, a more comprehensive permission system will be added.