mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-03 08:45:06 +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:
|
# 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}` as 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,
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
@{bin}/env rix,
|
@{bin}/env rix,
|
||||||
@{sh_path} r,
|
@{sh_path} r,
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
# if @{DE} == kde
|
# if @{DE} == kde
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
include <abstractions/bus/org.a11y>
|
include <abstractions/bus/org.a11y>
|
||||||
include <abstractions/graphics>
|
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},
|
owner @{run}/user/@{uid}/kioclient@{rand6}.@{int}.kioworker.socket rwl -> @{run}/user/@{uid}/#@{int},
|
||||||
|
|
||||||
# fi
|
# fi
|
||||||
|
|
Loading…
Reference in a new issue