fix(profiles): @{PROC}/@{uid} -> @{PROC}/@{pid}
This commit is contained in:
parent
c148aa978c
commit
3e331bd656
4 changed files with 15 additions and 15 deletions
|
|
@ -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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue