History log of /systemd/test/bus-policy/methods.conf
Revision Date Author Comments Expand
e91c8c201931d6be8229d624c10ed9c7c210d470 07-Oct-2014 Daniel Mack <daniel@zonque.org>

bus-proxyd: assorted cleanups and fixes Just some cleanups around policy checks that came up during review. The code is still not productive.

078ef7b85ad77ba999588f72b31a50ced5907692 24-Sep-2014 Daniel Mack <daniel@zonque.org>

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.

20725d929ff566e53d7a857d6f0ee94aa8383469 20-Sep-2014 Daniel Mack <daniel@zonque.org>

bus-policy: add test utility Add some test files and routines for dbus policy checking.