Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Ddomain.c379 p1->aggregated_name == p2->aggregated_name; in tomoyo_same_aggregator()
396 const char *aggregated_name = tomoyo_read_token(param); in tomoyo_write_aggregator() local
398 !tomoyo_correct_path(aggregated_name)) in tomoyo_write_aggregator()
401 e.aggregated_name = tomoyo_get_name(aggregated_name); in tomoyo_write_aggregator()
402 if (!e.original_name || !e.aggregated_name || in tomoyo_write_aggregator()
403 e.aggregated_name->is_patterned) /* No patterns allowed. */ in tomoyo_write_aggregator()
410 tomoyo_put_name(e.aggregated_name); in tomoyo_write_aggregator()
722 candidate = ptr->aggregated_name; in tomoyo_find_next_domain()
Dgc.c127 tomoyo_put_name(ptr->aggregated_name); in tomoyo_del_aggregator()
Dcommon.h858 const struct tomoyo_path_info *aggregated_name; member
Dcommon.c1837 ptr->aggregated_name->name); in tomoyo_read_policy()