Skip to content

Commit

Permalink
fix: profile linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 20, 2025
1 parent ef99c81 commit c6a7879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apparmor.d/abstractions/app/open
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# 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}` as 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,
Expand All @@ -23,7 +23,7 @@

@{bin}/env rix,
@{sh_path} r,

/dev/tty rw,

# if @{DE} == kde
Expand All @@ -34,7 +34,7 @@
include <abstractions/bus/org.a11y>
include <abstractions/graphics>

owner @{run}/user//@{uid}/#@{int} rw,
owner @{run}/user//@{uid}/#@{int} rw,
owner @{run}/user/@{uid}/kioclient@{rand6}.@{int}.kioworker.socket rwl -> @{run}/user/@{uid}/#@{int},

# fi
Expand Down

0 comments on commit c6a7879

Please sign in to comment.