Home
last modified time | relevance | path

Searched refs:tomoyo_path2_acl (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dfile.c299 const struct tomoyo_path2_acl *acl = in tomoyo_check_path2_acl()
488 * tomoyo_same_path2_acl - Check for duplicated "struct tomoyo_path2_acl" entry.
498 const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path2_acl()
499 const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path2_acl()
506 * tomoyo_merge_path2_acl - Merge duplicated "struct tomoyo_path2_acl" entry.
518 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl()
521 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm; in tomoyo_merge_path2_acl()
532 * tomoyo_update_path2_acl - Update "struct tomoyo_path2_acl" list.
544 struct tomoyo_path2_acl e = { in tomoyo_update_path2_acl()
H A Dgc.c172 struct tomoyo_path2_acl *entry in tomoyo_del_acl()
H A Dutil.c1067 perm = data_race(container_of(ptr, struct tomoyo_path2_acl, head)->perm); in tomoyo_domain_quota_is_ok()
H A Dcommon.h740 struct tomoyo_path2_acl { struct
H A Dcommon.c1437 struct tomoyo_path2_acl *ptr = in tomoyo_print_entry()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c299 const struct tomoyo_path2_acl *acl = in tomoyo_check_path2_acl()
488 * tomoyo_same_path2_acl - Check for duplicated "struct tomoyo_path2_acl" entry.
498 const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path2_acl()
499 const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path2_acl()
506 * tomoyo_merge_path2_acl - Merge duplicated "struct tomoyo_path2_acl" entry.
518 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl()
521 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm; in tomoyo_merge_path2_acl()
532 * tomoyo_update_path2_acl - Update "struct tomoyo_path2_acl" list.
544 struct tomoyo_path2_acl e = { in tomoyo_update_path2_acl()
H A Dgc.c172 struct tomoyo_path2_acl *entry in tomoyo_del_acl()
H A Dutil.c1072 perm = data_race(container_of(ptr, struct tomoyo_path2_acl, head)->perm); in tomoyo_domain_quota_is_ok()
H A Dcommon.h740 struct tomoyo_path2_acl { struct
H A Dcommon.c1429 struct tomoyo_path2_acl *ptr = in tomoyo_print_entry()

Completed in 27 milliseconds