feat(profile): add some missing dbus own definition.
This commit is contained in:
parent
a6d263d304
commit
bdeb62d17d
23 changed files with 49 additions and 43 deletions
|
|
@ -25,7 +25,7 @@ profile evolution-addressbook-factory @{exec_path} {
|
|||
network inet6 dgram,
|
||||
network netlink raw,
|
||||
|
||||
dbus bind bus=session name=org.gnome.evolution.dataserver.AddressBook@{int},
|
||||
# dbus: own bus=session name=org.gnome.evolution.dataserver.AddressBook10
|
||||
|
||||
dbus (send, receive) bus=session path=/org/gnome/evolution/dataserver/**
|
||||
interface=org.gnome.evolution.dataserver.*
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ profile evolution-calendar-factory @{exec_path} {
|
|||
network inet6 dgram,
|
||||
network netlink raw,
|
||||
|
||||
dbus bind bus=session name=org.gnome.evolution.dataserver.Calendar@{int},
|
||||
# dbus: own bus=session name=org.gnome.evolution.dataserver.Calendar8
|
||||
|
||||
dbus (send, receive) bus=session path=/org/gnome/evolution/dataserver/**
|
||||
interface=org.gnome.evolution.dataserver.*
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ profile evolution-source-registry @{exec_path} {
|
|||
network inet6 dgram,
|
||||
network netlink raw,
|
||||
|
||||
# dbus: own bus=session name=org.gnome.evolution.dataserver.Sources5
|
||||
|
||||
dbus receive bus=session path=/org/gnome/evolution/dataserver/SourceManager{,/**}
|
||||
interface={org.freedesktop.DBus.ObjectManager,org.freedesktop.DBus.Properties}
|
||||
|
|
|
|||
|
|
@ -11,16 +11,15 @@ profile gnome-remote-desktop-daemon @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/gnome-strict>
|
||||
include <abstractions/graphics>
|
||||
|
||||
network inet stream,
|
||||
network inet6 stream,
|
||||
|
||||
# dbus: own bus=session name=org.gnome.RemoteDesktop.User
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||
|
||||
owner @{run}/user/@{uid}/wayland-@{int} rw,
|
||||
|
||||
include if exists <local/gnome-remote-desktop-daemon>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,8 +9,11 @@ include <tunables/global>
|
|||
@{exec_path} = @{lib}/gsd-usb-protection
|
||||
profile gsd-usb-protection @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/dconf-write>
|
||||
|
||||
# dbus: own bus=session name=org.gnome.SettingsDaemon.UsbProtection
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{lib}/tracker-miner-fs-{,control-}3
|
||||
@{exec_path} = @{lib}/tracker-miner-fs-{,control-,rss-}3
|
||||
profile tracker-miner @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-session>
|
||||
|
|
@ -28,7 +28,9 @@ profile tracker-miner @{exec_path} flags=(attach_disconnected) {
|
|||
signal (receive) set=(term, kill) peer=gdm,
|
||||
signal (receive) set=(hup) peer=gdm-session-worker,
|
||||
|
||||
# dbus: own bus=session name=org.freedesktop.Tracker3 interface=org.freedesktop.DBus.{Properties,Peer}
|
||||
# dbus: own bus=session name=org.freedesktop.Tracker3.Miner.Files interface=org.freedesktop.DBus.{Properties,Peer}
|
||||
# dbus: own bus=session name=org.freedesktop.Tracker3.Miner.Files.Control
|
||||
# dbus: own bus=session name=org.freedesktop.Tracker3.Miner.RSS
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue