From 5ea339803a4cbf8d0d359a261b9a31fe84dc03cd Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 9 Feb 2025 20:39:44 +0100 Subject: [PATCH] chore: fix typo & cosmetic. --- apparmor.d/abstractions/app/open | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apparmor.d/abstractions/app/open b/apparmor.d/abstractions/app/open index be4eda72..2b865457 100644 --- a/apparmor.d/abstractions/app/open +++ b/apparmor.d/abstractions/app/open @@ -11,15 +11,15 @@ # We cannot use `@{open_path} mrix,` here because it includes: # @{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop - # And `@{multiarch}` as a wildcard that cannot be merged and that will generate + # And `@{multiarch}` has a wildcard that cannot be merged and that will generate # "has merged rule with conflicting x modifiers" error when used with other # wilcard over PUx transition. - @{bin}/exo-open mrix, - @{bin}/xdg-open mrix, - @{bin}/gio mrix, - @{bin}/kde-open mrix, - @{bin}/gio-launch-desktop mrix, - @{lib}/gio-launch-desktop mrix, + @{bin}/exo-open mrix, + @{bin}/xdg-open mrix, + @{bin}/gio mrix, + @{bin}/kde-open mrix, + @{bin}/gio-launch-desktop mrix, + @{lib}/gio-launch-desktop mrix, @{bin}/env rix, @{sh_path} r,