Home
last modified time | relevance | path

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

/security/tomoyo/
Dgroup.c73 struct tomoyo_group *group = tomoyo_get_group(param, type); in tomoyo_write_group()
126 const struct tomoyo_group *group) in tomoyo_path_matches_group()
152 const struct tomoyo_group *group) in tomoyo_number_matches_group()
180 const struct tomoyo_group *group) in tomoyo_address_matches_group()
Dmemory.c92 struct tomoyo_group *tomoyo_get_group(struct tomoyo_acl_param *param, in tomoyo_get_group()
95 struct tomoyo_group e = { }; in tomoyo_get_group()
96 struct tomoyo_group *group = NULL; in tomoyo_get_group()
117 struct tomoyo_group *entry = tomoyo_commit_ok(&e, sizeof(e)); in tomoyo_get_group()
Dcommon.h518 struct tomoyo_group *group;
524 struct tomoyo_group *group; /* Maybe NULL. */
532 struct tomoyo_group *group; /* Pointer to address group. */
537 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.c335 struct tomoyo_group *group = in tomoyo_del_group()
547 struct tomoyo_group *group; in tomoyo_collect_entry()
548 struct tomoyo_group *tmp; in tomoyo_collect_entry()
Dcommon.c1760 struct tomoyo_group *group = in tomoyo_read_group()