chore: improve comments on udev data.

This commit is contained in:
Alexandre Pujol 2024-03-13 15:58:28 +00:00
parent fef6390b9e
commit 09f1babb7c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
23 changed files with 37 additions and 37 deletions

View file

@ -18,9 +18,9 @@ profile systemd-backlight @{exec_path} {
/var/lib/systemd/backlight/*backlight* rw,
@{run}/udev/data/+pci:* r,
@{run}/udev/data/+backlight:* r,
@{run}/udev/data/+leds:*backlight* r,
@{run}/udev/data/+pci:* r, # Identifies all PCI devices (CPU, GPU, Network, Disks, USB, etc.)
@{sys}/bus/ r,
@{sys}/bus/pci/devices/ r,

View file

@ -35,7 +35,7 @@ profile systemd-hostnamed @{exec_path} flags=(attach_disconnected) {
@{run}/systemd/default-hostname rw,
@{run}/systemd/notify rw,
@{run}/udev/data/+dmi:id r,
@{run}/udev/data/+dmi:* r, # for motherboard info
@{sys}/devices/virtual/dmi/id/ r,
@{sys}/devices/virtual/dmi/id/bios_date r,

View file

@ -78,7 +78,7 @@ profile systemd-logind @{exec_path} flags=(attach_disconnected) {
@{run}/udev/data/+backlight:* r,
@{run}/udev/data/+drm:card@{int}-* r, # For screen outputs
@{run}/udev/data/+input:input@{int} r, # for mouse, keyboard, touchpad
@{run}/udev/data/+pci:* r,
@{run}/udev/data/+pci:* r, # Identifies all PCI devices (CPU, GPU, Network, Disks, USB, etc.)
@{run}/udev/data/c10:@{int} r, # For non-serial mice, misc features
@{run}/udev/data/c13:@{int} r, # For /dev/input/*
@{run}/udev/data/c14:@{int} r, # Open Sound System (OSS)