fix(profile): xdg-mime mimetype path.

fix #455
This commit is contained in:
Alexandre Pujol 2024-09-01 15:25:43 +01:00
parent 60e00f8c53
commit 7e3c546e3d
Failed to generate hash of commit
2 changed files with 4 additions and 1 deletions

View file

@ -35,6 +35,7 @@ profile xdg-mime @{exec_path} flags=(attach_disconnected) {
@{bin}/gio rPx,
@{bin}/kbuildsycoca5 rPx,
@{bin}/ktraderclient5 rPUx,
@{bin}/vendor_perl/mimetype rPx,
@{bin}/mimetype rPx,
@{bin}/xprop rPx,
@ -47,6 +48,8 @@ profile xdg-mime @{exec_path} flags=(attach_disconnected) {
owner @{run}/user/@{uid}/ r,
owner /tmp/wl-copy-buffer-@{rand6}/stdin r,
@{sys}/devices/platform/**/hwmon/hwmon@{int}/temp* r,
@{sys}/devices/platform/**/hwmon/hwmon@{int}/fan* r,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/mimetype
@{exec_path} = @{bin}/mimetype @{bin}/*_perl/mimetype
profile mimetype @{exec_path} {
include <abstractions/base>
include <abstractions/perl>