Home
last modified time | relevance | path

Searched refs:send_interface (Results 1 – 14 of 14) sorted by relevance

/external/tlsdate/dbus/
Dorg.torproject.tlsdate.conf14 send_interface="org.torproject.tlsdate"
17 send_interface="org.torproject.tlsdate"
20 send_interface="org.torproject.tlsdate"
26 <deny send_interface="org.torproject.tlsdate" />
28 send_interface="org.torproject.tlsdate"
/external/dbus/test/data/valid-config-files/
Dmany-rules.conf13 <deny send_interface="org.freedesktop.System" send_member="Reboot"/>
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…
32 <deny send_interface="org.freedesktop.System" send_member="Reboot"/>
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…
/external/dhcpcd-6.8.2/dbus/
Ddhcpcd-dbus.conf7 <allow send_interface="org.chromium.dhcpcd" />
12 <allow send_interface="org.chromium.dhcpcd" />
17 <allow send_interface="org.chromium.dhcpcd" />
18 <allow send_interface="org.freedesktop.DBus.Introspectable" />
/external/dbus/test/name-test/
Dtmp-session-like-system.conf47 send_interface="org.freedesktop.DBus"
53 send_interface="org.freedesktop.DBus.Introspectable"/>
55 send_interface="org.freedesktop.TestSuite"
62 send_interface="org.freedesktop.DBus.Introspectable"/>
64 send_interface="org.freedesktop.TestSuite"
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
14 <allow send_interface="fi.w1.wpa_supplicant1"/>
/external/dhcpcd-6.8.2/
Dscript.h34 int send_interface(struct fd_list *, const struct interface *);
Dscript-stub.c38 send_interface(struct fd_list *fd, const struct interface *ifp) in send_interface() function
Dscript.c570 send_interface(struct fd_list *fd, const struct interface *ifp) in send_interface() function
Ddhcpcd.c1303 if (send_interface(fd, ifp) == -1) in dhcpcd_getinterfaces()
/external/selinux/policycoreutils/sepolicy/
Dorg.selinux.conf20 send_interface="org.freedesktop.DBus.Introspectable"/>
/external/dbus/test/data/valid-config-files/system.d/
Dtest.conf12 <allow send_interface="org.foo.FooBroadcastInterface"/>
/external/dbus/bus/
Dconfig-parser.c1141 const char *send_interface; in append_rule_from_element() local
1167 "send_interface", &send_interface, in append_rule_from_element()
1190 if (!(send_interface || send_member || send_error || send_destination || in append_rule_from_element()
1203 if ((send_member && (send_interface == NULL && send_path == NULL)) || in append_rule_from_element()
1228 if ((send_interface && (send_error || in append_rule_from_element()
1334 if (send_interface || send_member || send_error || send_destination || in append_rule_from_element()
1339 if (IS_WILDCARD (send_interface)) in append_rule_from_element()
1340 send_interface = NULL; in append_rule_from_element()
1400 rule->d.send.interface = _dbus_strdup (send_interface); in append_rule_from_element()
1406 if (send_interface && rule->d.send.interface == NULL) in append_rule_from_element()
/external/dbus/
DNEWS.pre-1-235 - Fixed CVE-2008-0595 - security policy of the type <allow send_interface=
DChangeLog.pre-1-2129 * CVE-2008-0595 - security policy of the type <allow send_interface=