Searched refs:tomoyo_get_mode (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/security/tomoyo/ |
D | util.c | 977 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile, in tomoyo_get_mode() function 1015 r->mode = tomoyo_get_mode(domain->ns, profile, index); in tomoyo_init_request_info()
|
D | file.c | 564 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type); in tomoyo_path_permission() 596 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type); in tomoyo_execute_permission()
|
D | domain.c | 604 ee->r.mode = tomoyo_get_mode(r->domain->ns, ee->r.profile, in tomoyo_environ()
|
D | common.h | 967 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile,
|