Home
last modified time | relevance | path

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

/security/tomoyo/
Ddomain.c275 param->list = &param->ns->policy_list[TOMOYO_ID_TRANSITION_CONTROL]; in tomoyo_write_transition_control()
353 &ns->policy_list[TOMOYO_ID_TRANSITION_CONTROL]; in tomoyo_transition_type()
418 param->list = &param->ns->policy_list[TOMOYO_ID_AGGREGATOR]; in tomoyo_write_aggregator()
738 &old_domain->ns->policy_list[TOMOYO_ID_AGGREGATOR]; in tomoyo_find_next_domain()
Dcommon.c356 INIT_LIST_HEAD(&ns->policy_list[idx]); in tomoyo_init_policy_namespace()
868 .list = &tomoyo_kernel_namespace.policy_list[TOMOYO_ID_MANAGER], in tomoyo_update_manager_entry()
915 list_for_each_cookie(head->r.acl, &tomoyo_kernel_namespace.policy_list[TOMOYO_ID_MANAGER]) { in tomoyo_read_manager()
954 list_for_each_entry_rcu(ptr, &tomoyo_kernel_namespace.policy_list[TOMOYO_ID_MANAGER], head.list, in tomoyo_manager()
1860 struct list_head *list = &ns->policy_list[idx]; in tomoyo_read_policy()
Dgc.c545 tomoyo_collect_member(id, &ns->policy_list[id]); in tomoyo_collect_entry()
Dcommon.h908 struct list_head policy_list[TOMOYO_MAX_POLICY]; member