Lines Matching refs:proposed_recipient
1322 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()
1494 if (bus_connection_is_active (proposed_recipient)) in bus_context_check_security_policy()
1496 recipient_policy = bus_connection_get_policy (proposed_recipient); in bus_context_check_security_policy()
1513 _dbus_assert ((proposed_recipient != NULL && recipient_policy != NULL) || in bus_context_check_security_policy()
1514 (proposed_recipient != NULL && sender == NULL && recipient_policy == NULL) || in bus_context_check_security_policy()
1515 (proposed_recipient == NULL && recipient_policy == NULL)); in bus_context_check_security_policy()
1522 proposed_recipient, in bus_context_check_security_policy()
1543 if (addressed_recipient == proposed_recipient) in bus_context_check_security_policy()
1585 addressed_recipient, proposed_recipient, in bus_context_check_security_policy()
1607 if (addressed_recipient == proposed_recipient) in bus_context_check_security_policy()
1628 if (proposed_recipient && in bus_context_check_security_policy()
1629 … ((dbus_connection_get_outgoing_size (proposed_recipient) > context->limits.max_outgoing_bytes) || in bus_context_check_security_policy()
1630 …(dbus_connection_get_outgoing_unix_fds (proposed_recipient) > context->limits.max_outgoing_unix_fd… in bus_context_check_security_policy()
1634 dest ? dest : (proposed_recipient ? in bus_context_check_security_policy()
1635 bus_connection_get_name (proposed_recipient) : in bus_context_check_security_policy()
1648 addressed_recipient == proposed_recipient && /* not eavesdropping */ in bus_context_check_security_policy()