
12 Jul
2011
12 Jul
'11
12:16 a.m.
Daniel P. Berrange wrote:
I'd like the virNetServer stuff to not have any mention of policy kit in it. So rather than saying 'bool usePolkit', have a 'bool connectDBus', and just remove those HAVE_POLKIT0 conditionals so that the DBus API is always available in virNetServer. The changes you made under daemon/ are all fine
The attached patch introduces a HAVE_DBUS conditional, which AFAICT is only used by polkit0 so is only set when polkit0 is detected during configure. Is this what you had in mind? Regards, Jim