Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.h417 struct tomoyo_request_info { struct
422 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 …]
Ddomain.c159 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl()