Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dcommon.c1231 } tomoyo_callback[4] = { in tomoyo_write_exception() local
1243 if (tomoyo_str_starts(&data, tomoyo_callback[i].keyword)) in tomoyo_write_exception()
1244 return tomoyo_callback[i].write(data, is_delete); in tomoyo_write_exception()