Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Ddomain.c391 p1->aggregated_name == p2->aggregated_name; in tomoyo_same_aggregator()
408 const char *aggregated_name = tomoyo_read_token(param); in tomoyo_write_aggregator() local
411 !tomoyo_correct_path(aggregated_name)) in tomoyo_write_aggregator()
414 e.aggregated_name = tomoyo_get_name(aggregated_name); in tomoyo_write_aggregator()
415 if (!e.original_name || !e.aggregated_name || in tomoyo_write_aggregator()
416 e.aggregated_name->is_patterned) /* No patterns allowed. */ in tomoyo_write_aggregator()
423 tomoyo_put_name(e.aggregated_name); in tomoyo_write_aggregator()
746 candidate = ptr->aggregated_name; in tomoyo_find_next_domain()
H A Dgc.c131 tomoyo_put_name(ptr->aggregated_name); in tomoyo_del_aggregator()
H A Dcommon.h862 const struct tomoyo_path_info *aggregated_name; member
H A Dcommon.c1889 ptr->aggregated_name->name); in tomoyo_read_policy()