Home
last modified time | relevance | path

Searched refs:tomoyo_path_group (Results 1 – 2 of 2) sorted by relevance

/linux/security/tomoyo/
H A Dgroup.c14 * tomoyo_same_path_group - Check for duplicated "struct tomoyo_path_group" entry.
24 return container_of(a, struct tomoyo_path_group, head)->member_name == in tomoyo_same_path_group()
25 container_of(b, struct tomoyo_path_group, head)->member_name; in tomoyo_same_path_group()
67 * tomoyo_write_group - Write "struct tomoyo_path_group"/"struct tomoyo_number_group"/"struct tomoyo_address_group" list.
83 struct tomoyo_path_group e = { }; in tomoyo_write_group()
123 * @group: Pointer to "struct tomoyo_path_group".
134 struct tomoyo_path_group *member; in tomoyo_path_matches_group()
H A Dgc.c323 * tomoyo_del_path_group - Delete members in "struct tomoyo_path_group".
331 struct tomoyo_path_group *member = in tomoyo_del_path_group()