Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dgc.c114 tomoyo_put_name(ptr->domainname); in tomoyo_del_transition_control()
115 tomoyo_put_name(ptr->program); in tomoyo_del_transition_control()
130 tomoyo_put_name(ptr->original_name); in tomoyo_del_aggregator()
131 tomoyo_put_name(ptr->aggregated_name); in tomoyo_del_aggregator()
146 tomoyo_put_name(ptr->manager); in tomoyo_del_manager()
211 tomoyo_put_name(entry->env); in tomoyo_del_acl()
236 tomoyo_put_name(entry->domainname); in tomoyo_del_acl()
267 tomoyo_put_name(domain->domainname); in tomoyo_del_domain()
303 tomoyo_put_name(argv->value); in tomoyo_del_condition()
305 tomoyo_put_name(envp->name); in tomoyo_del_condition()
[all …]
Ddomain.c279 tomoyo_put_name(e.domainname); in tomoyo_write_transition_control()
280 tomoyo_put_name(e.program); in tomoyo_write_transition_control()
422 tomoyo_put_name(e.original_name); in tomoyo_write_aggregator()
423 tomoyo_put_name(e.aggregated_name); in tomoyo_write_aggregator()
585 tomoyo_put_name(e.domainname); in tomoyo_assign_domain()
Denviron.c107 tomoyo_put_name(e.env); in tomoyo_write_env()
Dgroup.c92 tomoyo_put_name(e.member_name); in tomoyo_write_group()
Dmemory.c133 tomoyo_put_name(e.group_name); in tomoyo_get_group()
Dcondition.c338 tomoyo_put_name(name); in tomoyo_parse_envp()
702 tomoyo_put_name(e.transit); in tomoyo_get_condition()
Dcommon.c698 tomoyo_put_name(old_comment); in tomoyo_write_profile()
870 tomoyo_put_name(e.manager); in tomoyo_update_manager_entry()
1066 tomoyo_put_name(e.domainname); in tomoyo_write_task()
Dcommon.h1177 static inline void tomoyo_put_name(const struct tomoyo_path_info *name) in tomoyo_put_name() function
Dfile.c70 tomoyo_put_name(ptr->filename); in tomoyo_put_name_union()