Update lxqt-config-input
This commit is contained in:
parent
157ce50fc2
commit
daa2f92859
1 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue