feat(profile): ensure xdg portal can start any sandboxing tool.
This commit is contained in:
parent
3b040aa5ca
commit
f56163afb1
1 changed files with 3 additions and 1 deletions
|
|
@ -39,8 +39,9 @@ profile xdg-document-portal @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/flatpak rPUx,
|
||||
@{bin}/flatpak rPx,
|
||||
@{bin}/fusermount{,3} rCx -> fusermount,
|
||||
@{bin}/snap rPx,
|
||||
|
||||
/ r,
|
||||
owner @{att}/ r,
|
||||
|
|
@ -64,6 +65,7 @@ profile xdg-document-portal @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
profile fusermount flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/app/fusermount>
|
||||
|
||||
capability dac_read_search,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue