Home
last modified time | relevance | path

Searched defs:tomoyo_acl_info (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/security/tomoyo/
Ddomain.c92 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain()
94 bool (*check_duplicate)(const struct tomoyo_acl_info in tomoyo_update_domain()
96 const struct tomoyo_acl_info in tomoyo_update_domain()
98 bool (*merge_duplicate)(struct tomoyo_acl_info *, in tomoyo_update_domain()
163 const struct tomoyo_acl_info *)) in tomoyo_check_acl()
Dcommon.h672 struct tomoyo_acl_info { struct
673 struct list_head list;
674 struct tomoyo_condition *cond; /* Maybe NULL. */
675 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */
699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ argument