Searched refs:tomoyo_acl_head (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
D | group.c | 18 static bool tomoyo_same_path_group(const struct tomoyo_acl_head *a, in tomoyo_same_path_group() 19 const struct tomoyo_acl_head *b) in tomoyo_same_path_group() 33 static bool tomoyo_same_number_group(const struct tomoyo_acl_head *a, in tomoyo_same_number_group() 34 const struct tomoyo_acl_head *b) in tomoyo_same_number_group() 52 static bool tomoyo_same_address_group(const struct tomoyo_acl_head *a, in tomoyo_same_address_group() 53 const struct tomoyo_acl_head *b) in tomoyo_same_address_group()
|
D | common.h | 402 struct tomoyo_acl_head { struct 545 struct tomoyo_acl_head head; 551 struct tomoyo_acl_head head; 557 struct tomoyo_acl_head head; 845 struct tomoyo_acl_head head; 855 struct tomoyo_acl_head head; 862 struct tomoyo_acl_head head; 1002 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, 1005 (const struct tomoyo_acl_head *, 1006 const struct tomoyo_acl_head *));
|
D | domain.c | 28 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, in tomoyo_update_policy() argument 30 bool (*check_duplicate) (const struct tomoyo_acl_head in tomoyo_update_policy() argument 32 const struct tomoyo_acl_head in tomoyo_update_policy() 36 struct tomoyo_acl_head *entry; in tomoyo_update_policy() 211 static bool tomoyo_same_transition_control(const struct tomoyo_acl_head *a, in tomoyo_same_transition_control() 212 const struct tomoyo_acl_head *b) in tomoyo_same_transition_control() 368 static bool tomoyo_same_aggregator(const struct tomoyo_acl_head *a, in tomoyo_same_aggregator() 369 const struct tomoyo_acl_head *b) in tomoyo_same_aggregator()
|
D | gc.c | 476 struct tomoyo_acl_head *member; in tomoyo_collect_member() 477 struct tomoyo_acl_head *tmp; in tomoyo_collect_member()
|
D | common.c | 825 static bool tomoyo_same_manager(const struct tomoyo_acl_head *a, in tomoyo_same_manager() 826 const struct tomoyo_acl_head *b) in tomoyo_same_manager() 1751 struct tomoyo_acl_head *ptr = in tomoyo_read_group() 1804 struct tomoyo_acl_head *acl = in tomoyo_read_policy()
|