From 078ef7b85ad77ba999588f72b31a50ced5907692 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 24 Sep 2014 17:02:08 +0200 Subject: 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. --- test/bus-policy/methods.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/bus-policy/methods.conf') diff --git a/test/bus-policy/methods.conf b/test/bus-policy/methods.conf index d6c28c71bc..4d4675ea10 100644 --- a/test/bus-policy/methods.conf +++ b/test/bus-policy/methods.conf @@ -10,6 +10,8 @@ + + -- cgit v1.2.3-54-g00ecf