Home
last modified time | relevance | path

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

/security/tomoyo/
Dcommon.h416 struct tomoyo_request_info { struct
421 struct tomoyo_obj_info *obj;
426 struct tomoyo_execve *ee;
427 struct tomoyo_domain_info *domain;
429 union {
489 } param;
490 struct tomoyo_acl_info *matched_acl;
491 u8 param_type;
492 bool granted;
493 u8 retry;
[all …]
Ddomain.c156 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl()