Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A 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;
495 u8 param_type;
496 bool granted;
497 u8 retry;
498 u8 profile;
[all …]
H A Ddomain.c162 bool (*check_entry)(struct tomoyo_request_info *, in tomoyo_check_acl()