Lines Matching refs:allowed
384 dbus_bool_t allowed; in list_allows_user() local
386 allowed = def; in list_allows_user()
430 allowed = rule->allow; in list_allows_user()
433 return allowed; in list_allows_user()
440 dbus_bool_t allowed; in bus_policy_allow_unix_user() local
453 allowed = _dbus_unix_user_is_process_owner (uid); in bus_policy_allow_unix_user()
455 allowed = list_allows_user (allowed, in bus_policy_allow_unix_user()
460 allowed = list_allows_user (allowed, in bus_policy_allow_unix_user()
467 _dbus_verbose ("UID %lu allowed = %d\n", uid, allowed); in bus_policy_allow_unix_user()
469 return allowed; in bus_policy_allow_unix_user()
875 dbus_bool_t allowed; in bus_client_policy_check_can_send() local
884 allowed = FALSE; in bus_client_policy_check_can_send()
1032 allowed = rule->allow; in bus_client_policy_check_can_send()
1037 allowed); in bus_client_policy_check_can_send()
1040 return allowed; in bus_client_policy_check_can_send()
1057 dbus_bool_t allowed; in bus_client_policy_check_can_receive() local
1071 allowed = FALSE; in bus_client_policy_check_can_receive()
1233 allowed = rule->allow; in bus_client_policy_check_can_receive()
1237 allowed); in bus_client_policy_check_can_receive()
1240 return allowed; in bus_client_policy_check_can_receive()
1250 dbus_bool_t allowed; in bus_rules_check_can_own() local
1256 allowed = FALSE; in bus_rules_check_can_own()
1292 allowed = rule->allow; in bus_rules_check_can_own()
1295 return allowed; in bus_rules_check_can_own()