feat(profile): add nvidia-uvm to the gstreamer abs.

- Needed internally by multiqueue
- Lots of program using gstreamer was requiring it
This commit is contained in:
Alexandre Pujol 2025-03-23 15:24:05 +01:00
parent bc422ab5b8
commit 291713d902
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 5 additions and 3 deletions

View file

@ -52,14 +52,19 @@
@{sys}/devices/@{pci}/config r,
@{sys}/devices/@{pci}/descriptors r,
@{sys}/devices/@{pci}/devnum r,
@{sys}/devices/@{pci}/numa_node r,
@{sys}/devices/@{pci}/speed r,
@{sys}/devices/@{pci}/uevent r,
@{sys}/devices/system/node/ r,
@{sys}/devices/system/node/node@{int}/cpumap r,
@{sys}/devices/system/node/node@{int}/meminfo r,
@{PROC}/devices r,
/dev/ r,
/dev/bus/usb/ r,
/dev/dri/ r,
/dev/nvidia-uvm rw,
include if exists <abstractions/gstreamer.d>

View file

@ -39,12 +39,10 @@ profile org.gnome.NautilusPreviewer @{exec_path} flags=(attach_disconnected) {
@{run}/udev/data/c@{dynamic}:@{int} r, # For dynamic assignment range 234 to 254, 384 to 511
@{sys}/devices/system/node/node@{int}/cpumap r,
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/app.slice/*org.gnome.NautilusPreviewer.slice/*/memory.* r,
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/session.slice/dbus.service/memory.* r,
@{PROC}/1/cgroup r,
@{PROC}/devices r,
@{PROC}/zoneinfo r,
owner @{PROC}/@{pid}/cgroup r,
owner @{PROC}/@{pid}/cmdline r,
@ -54,7 +52,6 @@ profile org.gnome.NautilusPreviewer @{exec_path} flags=(attach_disconnected) {
owner @{PROC}/@{pid}/task/@{tid}/stat r,
/dev/media@{int} r,
/dev/nvidia-uvm rw,
include if exists <local/org.gnome.NautilusPreviewer>
}