Searched refs:profile_version (Results 1 – 2 of 2) sorted by relevance
350 ns->profile_version = 20150505; in tomoyo_init_policy_namespace()677 if (sscanf(data, "PROFILE_VERSION=%u", &head->w.ns->profile_version) in tomoyo_write_profile()758 ns->profile_version); in tomoyo_read_profile()2926 if (ns->profile_version == 20110903) { in tomoyo_check_profile()2929 ns->profile_version = 20150505; in tomoyo_check_profile()2931 if (ns->profile_version != 20150505) in tomoyo_check_profile()2933 ns->profile_version); in tomoyo_check_profile()
914 unsigned int profile_version; member