14 lines
454 B
Text
14 lines
454 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
dbus send bus=session path=/com/canonical/unity/launcherentry/**
|
|
interface=com.canonical.dbusmenu
|
|
member={GetGroupProperties,GetLayout}
|
|
peer=(name=@{busname}, label=nautilus),
|
|
|
|
include if exists <abstractions/bus/com.canonical.dbusmenu.d>
|
|
|
|
# vim:syntax=apparmor
|