feat(profiles): child-open integration 2/2

This commit is contained in:
Alexandre Pujol 2022-10-01 19:10:00 +01:00
parent b29f9675eb
commit f45c07dfa1
Failed to generate hash of commit
2 changed files with 4 additions and 2 deletions

View file

@ -47,8 +47,9 @@ profile xdg-desktop-portal @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/{,ba,da}sh rix,
/{usr/,}bin/snap rPx,
# Allowed apps to open
/{usr/,}bin/firefox rPx -> firefox,
/{usr/,}lib/@{multiarch}/glib-[0-9]*/gio-launch-desktop rPx -> child-open,
/{usr/,}lib/gio-launch-desktop rPx -> child-open,
/{usr/,}bin/nautilus rPx,
/ r,

View file

@ -38,6 +38,7 @@ profile nautilus @{exec_path} flags=(attach_disconnected) {
@{exec_path} mr,
/{usr/,}bin/{,ba,da}sh rix,
/{usr/,}lib/gio-launch-desktop rPx -> child-open,
/usr/share/nautilus/{,**} r,
/usr/share/poppler/{,**} r,