Searched refs:tomoyo_unix_acl (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/security/tomoyo/ |
D | network.c | 214 const struct tomoyo_unix_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_unix_acl() 215 const struct tomoyo_unix_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_unix_acl() 261 &container_of(a, struct tomoyo_unix_acl, head)->perm; in tomoyo_merge_unix_acl() 263 const u8 b_perm = container_of(b, struct tomoyo_unix_acl, head)->perm; in tomoyo_merge_unix_acl() 329 struct tomoyo_unix_acl e = { .head.type = TOMOYO_TYPE_UNIX_ACL }; in tomoyo_write_unix_network() 452 const struct tomoyo_unix_acl *acl = in tomoyo_check_unix_acl()
|
D | gc.c | 225 struct tomoyo_unix_acl *entry = in tomoyo_del_acl()
|
D | util.c | 1085 perm = data_race(container_of(ptr, struct tomoyo_unix_acl, head)->perm); in tomoyo_domain_quota_is_ok()
|
D | common.h | 772 struct tomoyo_unix_acl { struct
|
D | common.c | 1526 struct tomoyo_unix_acl *ptr = in tomoyo_print_entry()
|