Searched refs:tomoyo_acl_head (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/security/tomoyo/ |
D | group.c | 21 static bool tomoyo_same_path_group(const struct tomoyo_acl_head *a, in tomoyo_same_path_group() 22 const struct tomoyo_acl_head *b) in tomoyo_same_path_group() 36 static bool tomoyo_same_number_group(const struct tomoyo_acl_head *a, in tomoyo_same_number_group() 37 const struct tomoyo_acl_head *b) in tomoyo_same_number_group() 55 static bool tomoyo_same_address_group(const struct tomoyo_acl_head *a, in tomoyo_same_address_group() 56 const struct tomoyo_acl_head *b) in tomoyo_same_address_group()
|
D | common.h | 406 struct tomoyo_acl_head { struct 549 struct tomoyo_acl_head head; 555 struct tomoyo_acl_head head; 561 struct tomoyo_acl_head head; 850 struct tomoyo_acl_head head; 860 struct tomoyo_acl_head head; 867 struct tomoyo_acl_head head; 1012 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, 1015 (const struct tomoyo_acl_head *, 1016 const struct tomoyo_acl_head *));
|
D | domain.c | 31 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, in tomoyo_update_policy() 33 bool (*check_duplicate)(const struct tomoyo_acl_head in tomoyo_update_policy() argument 35 const struct tomoyo_acl_head in tomoyo_update_policy() 39 struct tomoyo_acl_head *entry; in tomoyo_update_policy() 219 static bool tomoyo_same_transition_control(const struct tomoyo_acl_head *a, in tomoyo_same_transition_control() 220 const struct tomoyo_acl_head *b) in tomoyo_same_transition_control() 382 static bool tomoyo_same_aggregator(const struct tomoyo_acl_head *a, in tomoyo_same_aggregator() 383 const struct tomoyo_acl_head *b) in tomoyo_same_aggregator()
|
D | gc.c | 488 struct tomoyo_acl_head *member; in tomoyo_collect_member() 489 struct tomoyo_acl_head *tmp; in tomoyo_collect_member()
|
D | common.c | 836 static bool tomoyo_same_manager(const struct tomoyo_acl_head *a, in tomoyo_same_manager() 837 const struct tomoyo_acl_head *b) in tomoyo_same_manager() 1800 struct tomoyo_acl_head *ptr = in tomoyo_read_group() 1855 struct tomoyo_acl_head *acl = in tomoyo_read_policy()
|