Searched refs:tomoyo_get_mode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | util.c | 979 * tomoyo_get_mode - Get MAC mode. 987 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile, in tomoyo_get_mode() function 1026 r->mode = tomoyo_get_mode(domain->ns, profile, index); in tomoyo_init_request_info()
|
H A D | file.c | 579 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type); in tomoyo_path_permission() 611 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type); in tomoyo_execute_permission()
|
H A D | domain.c | 631 ee->r.mode = tomoyo_get_mode(r->domain->ns, ee->r.profile, in tomoyo_environ()
|
H A D | common.h | 977 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile,
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | util.c | 984 * tomoyo_get_mode - Get MAC mode. 992 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile, in tomoyo_get_mode() function 1031 r->mode = tomoyo_get_mode(domain->ns, profile, index); in tomoyo_init_request_info()
|
H A D | file.c | 579 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type); in tomoyo_path_permission() 611 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type); in tomoyo_execute_permission()
|
H A D | domain.c | 629 ee->r.mode = tomoyo_get_mode(r->domain->ns, ee->r.profile, in tomoyo_environ()
|
H A D | common.h | 976 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile,
|
Completed in 13 milliseconds