mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
feat(dbus): general update.
This commit is contained in:
parent
a5c5ee70a2
commit
9b49999414
@ -22,4 +22,9 @@
|
||||
member={SessionNew,SessionRemoved,UserNew,UserRemoved,PrepareFor*}
|
||||
peer=(name=:*, label=systemd-logind),
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/login1
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect
|
||||
peer=(name=:*, label=systemd-logind),
|
||||
|
||||
include if exists <abstractions/bus/org.freedesktop.login1.d>
|
||||
|
@ -57,6 +57,11 @@ profile evolution-calendar-factory @{exec_path} {
|
||||
member=Complete
|
||||
peer=(name=org.freedesktop.DBus, label=gnome-calendar),
|
||||
|
||||
dbus send bus=session path=/org/gtk/vfs/metadata
|
||||
interface=org.gtk.vfs.Metadata
|
||||
member=Move
|
||||
peer=(name=:*, label=gvfsd-metadata),
|
||||
|
||||
dbus receive bus=session
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect
|
||||
|
@ -14,6 +14,7 @@ profile gnome-keyring-daemon @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/bus-system>
|
||||
include <abstractions/bus/org.freedesktop.login1.Session>
|
||||
include <abstractions/bus/org.freedesktop.portal.Desktop>
|
||||
include <abstractions/bus/org.freedesktop.secrets>
|
||||
include <abstractions/bus/org.gnome.SessionManager>
|
||||
include <abstractions/openssl>
|
||||
|
||||
|
@ -79,7 +79,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
|
||||
interface={org.gnome.*,org.freedesktop.{Application,DBus.Properties,DBus.ObjectManager},org.gtk.{Actions,Application}}
|
||||
peer=(name="{:*,org.gnome.*,org.freedesktop.DBus}"),
|
||||
|
||||
# dbus: own bus=session name=com.canonical.Unity path=/com/canonical/unity
|
||||
# dbus: own bus=session name=com.canonical.Unity path=/com/canonical/{U,u}nity
|
||||
# dbus: own bus=session name=com.rastersoft.dingextension
|
||||
# dbus: own bus=session name=org.gtk.MountOperationHandler
|
||||
# dbus: own bus=session name=org.gtk.Notifications
|
||||
|
@ -17,19 +17,7 @@ profile gvfsd-metadata @{exec_path} {
|
||||
|
||||
signal (receive) set=(usr1) peer=pacman,
|
||||
|
||||
dbus bind bus=session name=org.gtk.vfs.Metadata,
|
||||
dbus receive bus=session path=/org/gtk/vfs/metadata
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
member=GetAll
|
||||
peer=(name=:*),
|
||||
dbus send bus=session path=/org/gtk/vfs/metadata
|
||||
interface=org.gtk.vfs.Metadata
|
||||
member=AttributeChanged
|
||||
peer=(name=org.freedesktop.DBus),
|
||||
dbus receive bus=session path=/org/gtk/vfs/metadata
|
||||
interface=org.gtk.vfs.Metadata
|
||||
member={GetTreeFromDevice,Remove}
|
||||
peer=(name=:*),
|
||||
# dbus: own bus=session name=org.gtk.vfs.Metadata path=/org/gtk/vfs/{m,M}etadata
|
||||
|
||||
dbus receive bus=session
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
|
@ -10,7 +10,9 @@ include <tunables/global>
|
||||
profile apport-gtk @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/apt-common>
|
||||
include <abstractions/bus-accessibility>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/bus/org.a11y>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/fonts>
|
||||
include <abstractions/freedesktop.org>
|
||||
|
@ -9,6 +9,9 @@ include <tunables/global>
|
||||
@{exec_path} = @{bin}/terminator
|
||||
profile terminator @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-accessibility>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/bus/org.a11y>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/fonts>
|
||||
@ -23,6 +26,8 @@ profile terminator @{exec_path} flags=(attach_disconnected) {
|
||||
|
||||
ptrace,
|
||||
|
||||
# dbus: own bus=session name=net.tenshu.Terminator@{hex}
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/ r,
|
||||
|
Loading…
Reference in New Issue
Block a user