feat(dbus): rewrite some dbus rules (2).
This commit is contained in:
parent
6d1ff256af
commit
505770cd5a
10 changed files with 141 additions and 68 deletions
|
|
@ -21,7 +21,7 @@ profile ModemManager @{exec_path} flags=(attach_disconnected) {
|
|||
dbus bind bus=system name=org.freedesktop.ModemManager1,
|
||||
dbus receive bus=system path=/org/freedesktop/ModemManager1
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
member=GetManagedObjects,
|
||||
member=GetManagedObjects
|
||||
peer=(name=:*),
|
||||
|
||||
dbus (send, receive) bus=system path=/org/freedesktop/login1
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
|||
profile NetworkManager @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus/network-manager>
|
||||
include <abstractions/bus/polkit>
|
||||
include <abstractions/dbus-strict>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/openssl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue