diff options
author | Brian McGillion <brian.mcgillion@intel.com> | 2012-02-06 18:48:30 +0200 |
---|---|---|
committer | Michael Leibowitz <michael.leibowitz@intel.com> | 2013-07-10 10:31:28 -0700 |
commit | 43a3a39e20f803063cf36c01e2798bf9d90b330f (patch) | |
tree | 9dbd275575ab0c40eefd12316aa10f0e0526463c /bus/smack.h | |
parent | e6b136cc124d3893c078d28d704da4d3c199248d (diff) | |
download | dbus-43a3a39e20f803063cf36c01e2798bf9d90b330f.tar.gz dbus-43a3a39e20f803063cf36c01e2798bf9d90b330f.tar.bz2 dbus-43a3a39e20f803063cf36c01e2798bf9d90b330f.zip |
Enforce smack policy from conf file
Diffstat (limited to 'bus/smack.h')
-rw-r--r-- | bus/smack.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bus/smack.h b/bus/smack.h index 04a4a2a9..6b1dfad6 100644 --- a/bus/smack.h +++ b/bus/smack.h @@ -27,10 +27,14 @@ #define SMACK_H #include "bus.h" +#include <dbus/dbus-hash.h> dbus_bool_t bus_smack_handle_get_connection_context (DBusConnection *connection, BusTransaction *transaction, DBusMessage *message, DBusError *error); +DBusList **bus_smack_generate_allowed_list (DBusConnection *connection, + DBusHashTable *label_rules, + dbus_bool_t *error); #endif // SMACK_H |