in CentOS 6.6, dnsmasq-2.48-14.el6 installs file /etc/dbus-1/system.d/dnsmasq.conf with content: ========= cut ========== <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <policy user="root"> <allow own="uk.org.thekelleys.dnsmasq"/> <allow send_destination="uk.org.thekelleys.dnsmasq"/> </policy> <policy context="default"> <deny own="uk.org.thekelleys.dnsmasq"/> <deny send_destination="uk.org.thekelleys.dnsmasq"/> </policy> </busconfig> ========= cut ==========
That "thekelleys.org.uk" URL appears in a commented example in /etc/dnsmasq.conf, but what the heck is it doing here? That file _is_ part of the RPM.
On Jan 22, 2015, at 6:14 PM, Robert Nichols rnicholsNOSPAM@comcast.net wrote:
That "thekelleys.org.uk" URL appears in a commented example in /etc/dnsmasq.conf, but what the heck is it doing here? That file _is_ part of the RPM.
uk.org.thekelleys.dnsmasq is the DBus object path for dnsmasq. The author of dnsmasq's home page is on http://thekelleys.org.uk/.
-- Jonathan Billings billings@negate.org