Searched defs:tomoyo_request_info (Results 1 – 2 of 2) sorted by relevance
417 struct tomoyo_request_info { struct422 struct tomoyo_obj_info *obj;427 struct tomoyo_execve *ee;428 struct tomoyo_domain_info *domain;430 union {490 } param;491 struct tomoyo_acl_info *matched_acl;492 u8 param_type;493 bool granted;494 u8 retry;[all …]
159 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl()