Searched defs:tomoyo_acl_info (Results 1 – 2 of 2) sorted by relevance
88 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain()92 const struct tomoyo_acl_info in tomoyo_update_domain()158 const struct tomoyo_acl_info *)) in tomoyo_check_acl()
668 struct tomoyo_acl_info { struct669 struct list_head list;670 struct tomoyo_condition *cond; /* Maybe NULL. */694 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ argument