feat(profiles): modernize udev access.
This commit is contained in:
parent
73cb5a4545
commit
07cfbcd952
37 changed files with 234 additions and 229 deletions
|
|
@ -38,9 +38,9 @@ profile plymouthd @{exec_path} {
|
|||
|
||||
@{run}/plymouth/{,**} rw,
|
||||
|
||||
@{run}/udev/data/+drm:* r,
|
||||
@{run}/udev/data/c226:[0-9]* r, # For /dev/dri/card[0-9]*
|
||||
@{run}/udev/data/c29:* r, # For /dev/fb[0-9]*
|
||||
@{run}/udev/data/+drm:card[0-9]-* r, # for screen outputs
|
||||
@{run}/udev/data/c226:@{int} r, # For /dev/dri/card[0-9]*
|
||||
@{run}/udev/data/c29:@{int} r, # For /dev/fb[0-9]*
|
||||
|
||||
@{sys}/bus/ r,
|
||||
@{sys}/class/ r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue