Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1 | <!DOCTYPE busconfig PUBLIC |
| 2 | "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
| 3 | "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
| 4 | <busconfig> |
| 5 | <policy user="root"> |
| 6 | <allow own="uk.org.thekelleys.dnsmasq"/> |
| 7 | <allow send_destination="uk.org.thekelleys.dnsmasq"/> |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 8 | </policy> |
| 9 | <policy context="default"> |
| 10 | <deny own="uk.org.thekelleys.dnsmasq"/> |
| 11 | <deny send_destination="uk.org.thekelleys.dnsmasq"/> |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 12 | </policy> |
| 13 | </busconfig> |
| 14 | |