Searched refs:proposed_recipient (Results 1 – 7 of 7) sorted by relevance
1322 DBusConnection *proposed_recipient, in bus_context_check_security_policy() argument1343 (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 …]
541 DBusConnection *proposed_recipient, in bus_selinux_allows_send() argument562 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()
58 DBusConnection *proposed_recipient,
124 … DBusConnection *proposed_recipient,
153 DBusConnection *proposed_recipient,
1052 DBusConnection *proposed_recipient, in bus_client_policy_check_can_receive() argument1061 addressed_recipient != proposed_recipient && in bus_client_policy_check_can_receive()
6265 sender or proposed_recipient.