Home
last modified time | relevance | path

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

/external/dbus/bus/
Dpolicy.c130 DBusList *mandatory_rules; /**< Mandatory policy rules */ member
213 _dbus_list_foreach (&policy->mandatory_rules, free_rule_func, NULL); in bus_policy_unref()
214 _dbus_list_clear (&policy->mandatory_rules); in bus_policy_unref()
359 if (!add_list_to_client (&policy->mandatory_rules, in bus_policy_create_client_policy()
461 &policy->mandatory_rules, in bus_policy_allow_unix_user()
505 if (!_dbus_list_append (&policy->mandatory_rules, rule)) in bus_policy_append_mandatory_rule()
668 if (!append_copy_of_policy_list (&policy->mandatory_rules, in bus_policy_merge()
669 &to_absorb->mandatory_rules)) in bus_policy_merge()