Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dcommon.c25 static unsigned int tomoyo_profile_version; variable
436 if (sscanf(data, "PROFILE_VERSION=%u", &tomoyo_profile_version) == 1) in tomoyo_write_profile()
2064 if (tomoyo_profile_version != 20090903) { in tomoyo_check_profile()
2070 tomoyo_profile_version); in tomoyo_check_profile()