Searched refs:tomoyo_acl_head (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/security/tomoyo/ |
D | group.c | 10 static bool tomoyo_same_path_group(const struct tomoyo_acl_head *a, in tomoyo_same_path_group() 11 const struct tomoyo_acl_head *b) in tomoyo_same_path_group() 17 static bool tomoyo_same_number_group(const struct tomoyo_acl_head *a, in tomoyo_same_number_group() 18 const struct tomoyo_acl_head *b) in tomoyo_same_number_group()
|
D | common.h | 230 struct tomoyo_acl_head { struct 348 struct tomoyo_acl_head head; 354 struct tomoyo_acl_head head; 585 struct tomoyo_acl_head head; 599 struct tomoyo_acl_head head; 613 struct tomoyo_acl_head head; 632 struct tomoyo_acl_head head; 650 struct tomoyo_acl_head head; 667 struct tomoyo_acl_head head; 876 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, [all …]
|
D | domain.c | 31 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, in tomoyo_update_policy() argument 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() 151 static bool tomoyo_same_transition_control(const struct tomoyo_acl_head *a, in tomoyo_same_transition_control() 152 const struct tomoyo_acl_head *b) in tomoyo_same_transition_control() 291 static bool tomoyo_same_aggregator(const struct tomoyo_acl_head *a, in tomoyo_same_aggregator() 292 const struct tomoyo_acl_head *b) in tomoyo_same_aggregator()
|
D | file.c | 270 static bool tomoyo_same_globally_readable(const struct tomoyo_acl_head *a, in tomoyo_same_globally_readable() 271 const struct tomoyo_acl_head *b) in tomoyo_same_globally_readable() 349 static bool tomoyo_same_pattern(const struct tomoyo_acl_head *a, in tomoyo_same_pattern() 350 const struct tomoyo_acl_head *b) in tomoyo_same_pattern() 432 static bool tomoyo_same_no_rewrite(const struct tomoyo_acl_head *a, in tomoyo_same_no_rewrite() 433 const struct tomoyo_acl_head *b) in tomoyo_same_no_rewrite()
|
D | gc.c | 197 struct tomoyo_acl_head *member; in tomoyo_collect_member()
|
D | common.c | 586 static bool tomoyo_same_manager(const struct tomoyo_acl_head *a, in tomoyo_same_manager() 587 const struct tomoyo_acl_head *b) in tomoyo_same_manager() 1267 struct tomoyo_acl_head *ptr = in tomoyo_read_group() 1307 struct tomoyo_acl_head *acl = in tomoyo_read_policy()
|