mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 12:45:10 +01:00
chore: fix typo & cosmetic.
This commit is contained in:
parent
ace9a12c95
commit
5ea339803a
1 changed files with 7 additions and 7 deletions
|
@ -11,15 +11,15 @@
|
||||||
|
|
||||||
# We cannot use `@{open_path} mrix,` here because it includes:
|
# We cannot use `@{open_path} mrix,` here because it includes:
|
||||||
# @{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop
|
# @{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
|
# "has merged rule with conflicting x modifiers" error when used with other
|
||||||
# wilcard over PUx transition.
|
# wilcard over PUx transition.
|
||||||
@{bin}/exo-open mrix,
|
@{bin}/exo-open mrix,
|
||||||
@{bin}/xdg-open mrix,
|
@{bin}/xdg-open mrix,
|
||||||
@{bin}/gio mrix,
|
@{bin}/gio mrix,
|
||||||
@{bin}/kde-open mrix,
|
@{bin}/kde-open mrix,
|
||||||
@{bin}/gio-launch-desktop mrix,
|
@{bin}/gio-launch-desktop mrix,
|
||||||
@{lib}/gio-launch-desktop mrix,
|
@{lib}/gio-launch-desktop mrix,
|
||||||
|
|
||||||
@{bin}/env rix,
|
@{bin}/env rix,
|
||||||
@{sh_path} r,
|
@{sh_path} r,
|
||||||
|
|
Loading…
Reference in a new issue