Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dfile.c34 const char *tomoyo_path2_keyword[TOMOYO_MAX_PATH2_OPERATION] = { variable
197 const char *operation = tomoyo_path2_keyword[r->param.path2.operation]; in tomoyo_audit_path2_log()
1156 if (strcmp(w[0], tomoyo_path2_keyword[type])) in tomoyo_write_file()
Dcommon.h909 extern const char *tomoyo_path2_keyword[TOMOYO_MAX_PATH2_OPERATION];
Dcommon.c957 tomoyo_io_printf(head, "allow_%s", tomoyo_path2_keyword[bit]); in tomoyo_print_entry()