Home
last modified time | relevance | path

Searched refs:tomoyo_get_mode (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/security/tomoyo/
Dutil.c802 int tomoyo_get_mode(const u8 profile, const u8 index) in tomoyo_get_mode() function
836 r->mode = tomoyo_get_mode(profile, index); in tomoyo_init_request_info()
Dcommon.h726 int tomoyo_get_mode(const u8 profile, const u8 index);
Dfile.c780 r->mode = tomoyo_get_mode(r->profile, r->type); in tomoyo_path_permission()