feat(profile): add rfkill on networkd.

See #256
This commit is contained in:
Alexandre Pujol 2023-12-01 11:09:46 +00:00
parent 8e45076077
commit 4382a34b9e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 101 additions and 41 deletions

View file

@ -9,7 +9,9 @@ include <tunables/global>
@{exec_path} = @{lib}/evolution-data-server/{,evolution-data-server/}evolution-alarm-notify
profile evolution-alarm-notify @{exec_path} {
include <abstractions/base>
include <abstractions/dbus-session>
include <abstractions/bus/atspi>
include <abstractions/dbus-accessibility-strict>
include <abstractions/dbus-session-strict>
include <abstractions/dconf-write>
include <abstractions/fontconfig-cache-read>
include <abstractions/gnome>
@ -19,6 +21,21 @@ profile evolution-alarm-notify @{exec_path} {
network netlink raw,
dbus bind bus=session name=org.gnome.Evolution-alarm-notify,
dbus (send, receive) bus=session path=/org/gnome/evolution/dataserver/**
interface=org.gnome.evolution.dataserver.Calendar*
peer=(name=:*, label=evolution-*),
dbus (send, receive) bus=session path=/org/gnome/evolution/dataserver/**
interface=org.freedesktop.DBus.{ObjectManager,Properties}
peer=(name=:*, label=evolution-*),
dbus receive bus=session
interface=org.freedesktop.DBus.Introspectable
member=Introspect
peer=(name=:*, label=gnome-shell),
@{exec_path} mr,
/usr/share/evolution-data-server/{,**} r,