Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Ddomain.c91 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain()
95 const struct tomoyo_acl_info in tomoyo_update_domain()
161 const struct tomoyo_acl_info *)) in tomoyo_check_acl()
Dcommon.h669 struct tomoyo_acl_info { struct
670 struct list_head list;
671 struct tomoyo_condition *cond; /* Maybe NULL. */
695 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ argument