fix(profiles): @{PROC}/@{uid} -> @{PROC}/@{pid}

This commit is contained in:
Alexandre Pujol 2022-08-13 20:33:58 +01:00
parent c148aa978c
commit 3e331bd656
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 15 additions and 15 deletions

View file

@ -55,7 +55,7 @@ profile xdg-desktop-portal-gtk @{exec_path} {
owner @{run}/user/@{uid}/wayland-[0-9]* rw,
@{run}/mount/utab r,
owner @{PROC}/@{uid}/mountinfo r,
owner @{PROC}/@{pid}/mountinfo r,
include if exists <local/xdg-desktop-portal-gtk>
}