Searched defs:tomoyo_request_info (Results 1 – 2 of 2) sorted by relevance
420 struct tomoyo_request_info { struct425 struct tomoyo_obj_info *obj;430 struct tomoyo_execve *ee;431 struct tomoyo_domain_info *domain;433 union {493 } param;494 struct tomoyo_acl_info *matched_acl;495 u8 param_type;496 bool granted;497 u8 retry;[all …]
162 bool (*check_entry)(struct tomoyo_request_info *, in tomoyo_check_acl()