Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Ddomain.c376 p1->aggregated_name == p2->aggregated_name; in tomoyo_same_aggregator()
393 const char *aggregated_name = tomoyo_read_token(param); in tomoyo_write_aggregator() local
395 !tomoyo_correct_path(aggregated_name)) in tomoyo_write_aggregator()
398 e.aggregated_name = tomoyo_get_name(aggregated_name); in tomoyo_write_aggregator()
399 if (!e.original_name || !e.aggregated_name || in tomoyo_write_aggregator()
400 e.aggregated_name->is_patterned) /* No patterns allowed. */ in tomoyo_write_aggregator()
407 tomoyo_put_name(e.aggregated_name); in tomoyo_write_aggregator()
719 candidate = ptr->aggregated_name; in tomoyo_find_next_domain()
Dgc.c126 tomoyo_put_name(ptr->aggregated_name); in tomoyo_del_aggregator()
Dcommon.h857 const struct tomoyo_path_info *aggregated_name; member
Dcommon.c1848 ptr->aggregated_name->name); in tomoyo_read_policy()