Update lxqt-config-input
This commit is contained in:
parent
e2f5ac9bcd
commit
1f3326fbd9
1 changed files with 14 additions and 47 deletions
|
|
@ -42,57 +42,24 @@ profile lxqt-config-input @{exec_path} {
|
|||
|
||||
owner /tmp/@{int} r,
|
||||
|
||||
@{run}/udev/data/c@{int}:* r, # Comment 1
|
||||
@{run}/udev/data/b@{int}:* r, # Comment 1
|
||||
@{run}/udev/data/+sound:card@{int} r, # Comment 1
|
||||
@{run}/udev/data/+bluetooth:* r, # Comment 1
|
||||
@{run}/udev/data/+platform:* r, # Comment 1
|
||||
@{run}/udev/data/+acpi:* r, # Comment 1
|
||||
@{run}/udev/data/+i2c:* r, # Comment 1
|
||||
@{run}/udev/data/+backlight:* r, # Comment 1
|
||||
@{run}/udev/data/+leds:* r, # Comment 1
|
||||
@{run}/udev/data/n@{int} r, # Comment 1
|
||||
@{run}/udev/data/+input:* r, # Comment 1
|
||||
@{run}/udev/data/+dmi:* r, # Comment 1
|
||||
@{run}/udev/data/+drm:* r, # Comment 1
|
||||
@{run}/udev/data/+pci:* r, # Comment 1
|
||||
@{run}/udev/data/+rfkill:* r, # Comment 1
|
||||
@{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
|
||||
|
||||
@{sys}/bus/**/devices/ r, # ALL under /sys/bus/* is asked for read
|
||||
@{sys}/class/**/ r, # ALL but usbmisc under /sys/class is being read
|
||||
@{sys}/devices/**/uevent r,
|
||||
@{sys}/devices/platform/**/uevent r,
|
||||
@{sys}/devices/platform/cpu/**/uevent r,
|
||||
@{sys}/devices/system/machinecheck/**/uevent r,
|
||||
@{sys}/devices/pnp@{int}/**/uevent r,
|
||||
@{sys}/devices/system/clockevents/clockevent@{int}/uevent r,
|
||||
@{sys}/devices/system/cpu/cpu@{int}/uevent r,
|
||||
@{sys}/devices/system/memory/memory@{int}/uevent r,
|
||||
@{sys}/devices/virtual/devlink/**/uevent r,
|
||||
@{sys}/devices/virtual/mem/**/uevent r,
|
||||
@{sys}/devices/virtual/bdi/@{int}:@{int}/uevent r,
|
||||
@{sys}/devices/virtual/block/loop@{int}/uevent r,
|
||||
@{sys}/devices/virtual/input/**/uevent r,
|
||||
@{sys}/devices/virtual/memory_tiering/memory_tier@{int}/uevent r,
|
||||
@{sys}/devices/virtual/misc/**/uevent r,
|
||||
@{sys}/devices/virtual/sound/seq/uevent r,
|
||||
@{sys}/devices/virtual/sound/timer/uevent r,
|
||||
@{sys}/devices/virtual/sound/ctl-led/uevent r,
|
||||
@{sys}/devices/virtual/thermal/thermal_zone@{int}/uevent r,
|
||||
@{sys}/devices/virtual/thermal/cooling_device@{int}/uevent r,
|
||||
@{sys}/devices/virtual/tty/**/uevent r,
|
||||
@{sys}/devices/virtual/vc/vcsu@{int}/uevent r,
|
||||
@{sys}/devices/virtual/vc/vcsa@{int}/uevent r,
|
||||
@{sys}/devices/virtual/vc/vcs@{int}/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/PNP*/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:@{rand2}/LNXTHERM:@{rand2}/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:00/PNP*/PNP*/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:00/HPIC*/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:@{rand2}/PNP*/device*/device*/device*/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:@{rand2}/PNP*/device*/device*/device*/device*/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:@{rand2}/AMDI*/**/wakeup@{int}/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:@{rand2}/PNP*/uevent r,
|
||||
@{sys}/devices/LNXSYSTM:00/LNXSYBUS:@{rand2}/PNP*/**/wakeup/wakeup@{int}/uevent r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue