* Unbreaking Debian 11 and partially Ubuntu 22.04 * pre-cleanup * pre-cleanup2 * Update im-launch * Update gnome-extension-ding * polishing * not yet * Update ubuntu.flags Allow GDM to boot. `No new privs` fix. * Update debian.flags Allow GDM to boot. `No new privs` fix. * Update CONTRIBUTING.md * fixes * reverting w * move setpriv to main.flags
33 lines
1,003 B
Text
33 lines
1,003 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{libexec}/gsd-disk-utility-notify
|
|
profile gsd-disk-utility-notify @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/dbus-session-strict>
|
|
include <abstractions/dbus-strict>
|
|
|
|
dbus send bus=session path=/org/freedesktop/DBus
|
|
interface=org.freedesktop.DBus
|
|
member={RequestName,ReleaseName}
|
|
peer=(name=org.freedesktop.DBus, label=dbus-daemon),
|
|
|
|
dbus receive bus=system path=/org/freedesktop/UDisks2{,/**}
|
|
interface=org.freedesktop.DBus.{Properties,ObjectManager},
|
|
|
|
dbus send bus=system path=/org/freedesktop/UDisks2
|
|
interface=org.freedesktop.DBus.ObjectManager
|
|
member=GetManagedObjects,
|
|
|
|
dbus bind bus=session
|
|
name=org.gnome.Disks.NotificationMonitor,
|
|
|
|
@{exec_path} mr,
|
|
|
|
include if exists <local/gsd-disk-utility-notify>
|
|
}
|