diff --git a/apparmor.d/groups/lxqt/lxqt-config-input b/apparmor.d/groups/lxqt/lxqt-config-input index 4d4170328..3b4afff51 100644 --- a/apparmor.d/groups/lxqt/lxqt-config-input +++ b/apparmor.d/groups/lxqt/lxqt-config-input @@ -42,20 +42,20 @@ profile lxqt-config-input @{exec_path} { owner /tmp/@{int} r, - @{run}/udev/data/c@{int}:* r, # for /dev/input/* + @{run}/udev/data/c@{int}:* r, # for /dev/input/* @{run}/udev/data/+sound:card@{int} r, # for Soundcards - @{run}/udev/data/+bluetooth:* r, # For bluetooth adapters, controllers, and active connections. - @{run}/udev/data/+platform:* r, # Identifies onboard devices (laptop/board model, power controllers, thermal sensors) - @{run}/udev/data/+acpi:* r, # Exposes ACPI objects (power buttons, batteries, thermal) - @{run}/udev/data/+i2c:* r, # For Inter-Integrated Circuit, low-speed peripherals (sensors, EEPROMs, etc.) - @{run}/udev/data/+backlight:* r, # For background light Display - @{run}/udev/data/+leds:* r, # for state of LEDs - @{run}/udev/data/n@{int} r, # For network interface - @{run}/udev/data/+input:* r, # for mouse, keyboard, touchpad - @{run}/udev/data/+dmi:* r, # for motherboard info - @{run}/udev/data/+drm:* r, # For screen outputs - @{run}/udev/data/+pci:* r, # Identifies all PCI devices (CPU, GPU, Network, Disks, USB, etc.) - @{run}/udev/data/+rfkill:* r, # Kill switch for wireless devices (Wi-Fi, Bluetooth, NFC) to save power + @{run}/udev/data/+bluetooth:* r, # For bluetooth adapters, controllers, and active connections. + @{run}/udev/data/+platform:* r, # Identifies onboard devices (laptop/board model, power controllers, thermal sensors) + @{run}/udev/data/+acpi:* r, # Exposes ACPI objects (power buttons, batteries, thermal) + @{run}/udev/data/+i2c:* r, # For Inter-Integrated Circuit, low-speed peripherals (sensors, EEPROMs, etc.) + @{run}/udev/data/+backlight:* r, # For background light Display + @{run}/udev/data/+leds:* r, # for state of LEDs + @{run}/udev/data/n@{int} r, # For network interface + @{run}/udev/data/+input:* r, # for mouse, keyboard, touchpad + @{run}/udev/data/+dmi:* r, # for motherboard info + @{run}/udev/data/+drm:* r, # For screen outputs + @{run}/udev/data/+pci:* r, # Identifies all PCI devices (CPU, GPU, Network, Disks, USB, etc.) + @{run}/udev/data/+rfkill:* r, # Kill switch for wireless devices (Wi-Fi, Bluetooth, NFC) to save power @{sys}/bus/**/devices/ r, # ALL under /sys/bus/* is asked for read @{sys}/class/**/ r, # ALL but usbmisc under /sys/class is being read