Searched refs:tomoyo_mode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | audit.c | 168 stamp.min, stamp.sec, r->profile, tomoyo_mode[r->mode], in tomoyo_print_header()
|
H A D | common.c | 14 const char * const tomoyo_mode[TOMOYO_CONFIG_MAX_MODE] = { variable 635 if (strstr(value, tomoyo_mode[mode])) in tomoyo_set_mode() 732 tomoyo_mode[config & 3], in tomoyo_print_config()
|
H A D | common.h | 1082 extern const char * const tomoyo_mode[TOMOYO_CONFIG_MAX_MODE];
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | audit.c | 168 stamp.min, stamp.sec, r->profile, tomoyo_mode[r->mode], in tomoyo_print_header()
|
H A D | common.c | 15 const char * const tomoyo_mode[TOMOYO_CONFIG_MAX_MODE] = { variable 627 if (strstr(value, tomoyo_mode[mode])) in tomoyo_set_mode() 724 tomoyo_mode[config & 3], in tomoyo_print_config()
|
H A D | common.h | 1079 extern const char * const tomoyo_mode[TOMOYO_CONFIG_MAX_MODE];
|
Completed in 13 milliseconds