12 lines
498 B
Text
12 lines
498 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# Access required for connecting to/communicating with the Unity Launcher
|
|
|
|
dbus send bus=session path=/com/canonical/unity/launcherentry/@{int}
|
|
interface=com.canonical.Unity.LauncherEntry
|
|
member=Update
|
|
peer=(name=org.freedesktop.DBus, label=gnome-shell),
|
|
|
|
include if exists <abstractions/bus/com.canonical.Unity.LauncherEntry.d>
|