Home
last modified time | relevance | path

Searched refs:proposed_recipient (Results 1 – 7 of 7) sorted by relevance

/external/dbus/bus/
Dbus.c1322 DBusConnection *proposed_recipient, in bus_context_check_security_policy() argument
1343 (sender == NULL && !bus_connection_is_active (proposed_recipient))); in bus_context_check_security_policy()
1360 if (proposed_recipient != NULL) in bus_context_check_security_policy()
1361 proposed_recipient_loginfo = bus_connection_get_loginfo (proposed_recipient); in bus_context_check_security_policy()
1390 if (!bus_selinux_allows_send (sender, proposed_recipient, in bus_context_check_security_policy()
1428 if (proposed_recipient != NULL /* not to the bus driver */ && in bus_context_check_security_policy()
1429 addressed_recipient == proposed_recipient /* not eavesdropping */) in bus_context_check_security_policy()
1451 if (proposed_recipient == NULL && in bus_context_check_security_policy()
1480 if (addressed_recipient == proposed_recipient /* not eavesdropping */ && in bus_context_check_security_policy()
1488 if (proposed_recipient != NULL) in bus_context_check_security_policy()
[all …]
Dselinux.c541 DBusConnection *proposed_recipient, in bus_selinux_allows_send() argument
562 if (!proposed_recipient || !dbus_connection_get_unix_process_id (proposed_recipient, &tpid)) in bus_selinux_allows_send()
628 if (proposed_recipient) in bus_selinux_allows_send()
629 recipient_sid = bus_connection_get_selinux_id (proposed_recipient); in bus_selinux_allows_send()
Dselinux.h58 DBusConnection *proposed_recipient,
Dbus.h124 … DBusConnection *proposed_recipient,
Dpolicy.h153 DBusConnection *proposed_recipient,
Dpolicy.c1052 DBusConnection *proposed_recipient, in bus_client_policy_check_can_receive() argument
1061 addressed_recipient != proposed_recipient && in bus_client_policy_check_can_receive()
/external/dbus/
DChangeLog.pre-1-06265 sender or proposed_recipient.