feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-04-08 19:28:10 +01:00
parent f96e5a9713
commit 900ef19cff
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
36 changed files with 59 additions and 17 deletions

View file

@ -65,6 +65,7 @@ profile systemd-journald @{exec_path} {
@{run}/udev/data/c10:@{int} r, # For non-serial mice, misc features
@{run}/udev/data/c108:@{int} r, # For /dev/ppp
@{run}/udev/data/c18[8-9]:@{int} r, # USB devices & USB serial converters
@{run}/udev/data/c203:@{int} r, # CPU CPUID information
@{run}/udev/data/c29:@{int} r, # For CD-ROM
@{run}/udev/data/c@{dynamic}:@{int} r, # For dynamic assignment range 234 to 254, 384 to 511

View file

@ -75,8 +75,11 @@ profile systemd-logind @{exec_path} flags=(attach_disconnected) {
@{run}/udev/data/+backlight:* r,
@{run}/udev/data/+drivers:* r,
@{run}/udev/data/+drm:card@{int}-* r, # For screen outputs
@{run}/udev/data/+hid:* r,
@{run}/udev/data/+i2c:* r,
@{run}/udev/data/+input:input@{int} r, # for mouse, keyboard, touchpad
@{run}/udev/data/+pci:* r, # Identifies all PCI devices (CPU, GPU, Network, Disks, USB, etc.)
@{run}/udev/data/c1:@{int} r, # For RAM disk
@{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)
@ -104,6 +107,7 @@ profile systemd-logind @{exec_path} flags=(attach_disconnected) {
@{run}/systemd/users/.#* rw,
@{run}/systemd/users/@{uid} rw,
@{sys}/bus/serial-base/drivers/port/uevent r,
@{sys}/class/drm/ r,
@{sys}/class/power_supply/ r,
@{sys}/devices/** r,