Home
last modified time | relevance | path

Searched refs:tomoyo_group (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dgroup.c76 struct tomoyo_group *group = tomoyo_get_group(param, type); in tomoyo_write_group()
129 const struct tomoyo_group *group) in tomoyo_path_matches_group()
155 const struct tomoyo_group *group) in tomoyo_number_matches_group()
183 const struct tomoyo_group *group) in tomoyo_address_matches_group()
Dmemory.c93 struct tomoyo_group *tomoyo_get_group(struct tomoyo_acl_param *param, in tomoyo_get_group()
96 struct tomoyo_group e = { }; in tomoyo_get_group()
97 struct tomoyo_group *group = NULL; in tomoyo_get_group()
118 struct tomoyo_group *entry = tomoyo_commit_ok(&e, sizeof(e)); in tomoyo_get_group()
Dcommon.h519 struct tomoyo_group *group;
525 struct tomoyo_group *group; /* Maybe NULL. */
533 struct tomoyo_group *group; /* Pointer to address group. */
538 struct tomoyo_group { struct
918 const struct tomoyo_group *group);
933 const struct tomoyo_group *group);
959 (const struct tomoyo_path_info *pathname, const struct tomoyo_group *group);
1024 struct tomoyo_group *tomoyo_get_group(struct tomoyo_acl_param *param,
1193 static inline void tomoyo_put_group(struct tomoyo_group *group) in tomoyo_put_group()
Dgc.c336 struct tomoyo_group *group = in tomoyo_del_group()
548 struct tomoyo_group *group; in tomoyo_collect_entry()
549 struct tomoyo_group *tmp; in tomoyo_collect_entry()
Dcommon.c1749 struct tomoyo_group *group = in tomoyo_read_group()