Searched refs:send_destination (Results 1 – 8 of 8) sorted by relevance
18 <deny send_destination="org.freedesktop.System"/>26 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>27 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…37 <deny send_destination="org.freedesktop.System"/>45 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>46 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>13 <allow send_destination="fi.w1.wpa_supplicant1"/>19 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>22 <deny send_destination="fi.w1.wpa_supplicant1"/>
13 <allow send_destination="org.torproject.tlsdate"16 <allow send_destination="org.torproject.tlsdate"19 <allow send_destination="org.torproject.tlsdate"27 <allow send_destination="org.torproject.tlsdate"
44 <allow send_destination="org.freedesktop.DBus"/>46 <deny send_destination="org.freedesktop.DBus"52 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"54 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"61 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"63 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
8 <allow send_destination="org.chromium.dhcpcd" />13 <allow send_destination="org.chromium.dhcpcd" />19 <allow send_destination="org.chromium.dhcpcd" />
7 <allow send_destination="uk.org.thekelleys.dnsmasq"/>11 <deny send_destination="uk.org.thekelleys.dnsmasq"/>
16 <allow send_destination="org.selinux"/>19 <allow send_destination="org.selinux"
1144 const char *send_destination; in append_rule_from_element() local1170 "send_destination", &send_destination, in append_rule_from_element()1190 if (!(send_interface || send_member || send_error || send_destination || in append_rule_from_element()1257 (send_destination && (receive_interface || in append_rule_from_element()1334 if (send_interface || send_member || send_error || send_destination || in append_rule_from_element()1345 if (IS_WILDCARD (send_destination)) in append_rule_from_element()1346 send_destination = NULL; in append_rule_from_element()1403 rule->d.send.destination = _dbus_strdup (send_destination); in append_rule_from_element()1412 if (send_destination && rule->d.send.destination == NULL) in append_rule_from_element()