feat(profile): ensure all access to udev/data is documented.

Cleanup some rule to wide in udev/data
This commit is contained in:
Alexandre Pujol 2025-08-11 16:16:35 +02:00
parent 73afa5835e
commit 175e2c3dc3
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
41 changed files with 120 additions and 118 deletions

View file

@ -159,7 +159,7 @@ profile gnome-control-center @{exec_path} flags=(attach_disconnected) {
@{run}/udev/data/+pci:* r, # Identifies all PCI devices (CPU, GPU, Network, Disks, USB, etc.)
@{run}/udev/data/c13:@{int} r, # for /dev/input/*
@{run}/udev/data/c@{dynamic}:@{int} r, # For dynamic assignment range 234 to 254, 384 to 511
@{run}/udev/data/n@{int} r,
@{run}/udev/data/n@{int} r, # For network interfaces
@{sys}/bus/ r,
@{sys}/class/ r,