Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/ !
Dcommon.h420 struct tomoyo_request_info { struct
425 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 …]
Ddomain.c162 bool (*check_entry)(struct tomoyo_request_info *, in tomoyo_check_acl()