1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-09 01:18:19 +03:00
systemd/test/bus-policy
Daniel Mack 078ef7b85a bus-policy: split API for bus-proxyd
Instead of operating on an sd_bus_message object, expose an API that has 4
functions:

  policy_check_own()
  policy_check_hello()
  policy_check_recv()
  policy_check_send()

This also allows dropping extra code to parse message contents - the bus
proxy already has dedicated code paths for that, and we can hook into
those later.

Tests amended accordingly.
2014-09-24 17:07:14 +02:00
..
hello.conf bus-policy: add test utility 2014-09-20 18:47:45 +02:00
methods.conf bus-policy: split API for bus-proxyd 2014-09-24 17:07:14 +02:00
ownerships.conf bus-policy: add test utility 2014-09-20 18:47:45 +02:00
signals.conf bus-policy: add test utility 2014-09-20 18:47:45 +02:00