From 2c769485e9ef48d6755d8f05bd6c05f00bf95d57 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 22 Aug 2020 10:21:16 -0400 Subject: firemon fix for xdg-bus-proxy --- src/include/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/common.h b/src/include/common.h index 025f3c247..68d60fef3 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -32,6 +32,10 @@ #include #include +// dbus proxy path used by firejail and firemon +#define XDG_DBUS_PROXY_PATH "/usr/bin/xdg-dbus-proxy" + + #define errExit(msg) do { char msgout[500]; snprintf(msgout, 500, "Error %s: %s:%d %s", msg, __FILE__, __LINE__, __FUNCTION__); perror(msgout); exit(1);} while (0) // check if processes run with dumpable flag set -- cgit v1.2.3-54-g00ecf