Searched defs:tomoyo_acl_info (Results 1 – 2 of 2) sorted by relevance
91 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()
669 struct tomoyo_acl_info { struct670 struct list_head list;671 struct tomoyo_condition *cond; /* Maybe NULL. */695 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ argument