Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-07 | bus-proxyd: assorted cleanups and fixes | Daniel Mack | |
Just some cleanups around policy checks that came up during review. The code is still not productive. | |||
2014-09-24 | bus-policy: split API for bus-proxyd | Daniel Mack | |
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-20 | bus-policy: add test utility | Daniel Mack | |
Add some test files and routines for dbus policy checking. |