mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-24 03:48:13 +01:00
fix: profile linter.
This commit is contained in:
parent
ef99c81eb1
commit
c6a7879e02
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
@{bin}/env rix,
|
||||
@{sh_path} r,
|
||||
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
# if @{DE} == kde
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue