feat(profile): use the new bus/atspi abstraction in the profiles.
This commit is contained in:
parent
fe0cb4b48d
commit
459fe7c905
26 changed files with 59 additions and 380 deletions
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
|||
profile check-new-release-gtk @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/apt-common>
|
||||
include <abstractions/bus/atspi>
|
||||
include <abstractions/dbus-accessibility-strict>
|
||||
include <abstractions/dbus-session-strict>
|
||||
include <abstractions/dconf-write>
|
||||
|
|
@ -27,11 +28,6 @@ profile check-new-release-gtk @{exec_path} {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
dbus send bus=session path=/org/a11y/bus
|
||||
interface=org.a11y.Bus
|
||||
member=GetAddress
|
||||
peer=(name=org.a11y.Bus), # all peer's labels
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/dpkg rPx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue