Searched refs:profile_version (Results 1 – 2 of 2) sorted by relevance
357 ns->profile_version = 20150505; in tomoyo_init_policy_namespace()681 if (sscanf(data, "PROFILE_VERSION=%u", &head->w.ns->profile_version) in tomoyo_write_profile()760 ns->profile_version); in tomoyo_read_profile()2783 if (ns->profile_version == 20110903) { in tomoyo_check_profile()2786 ns->profile_version = 20150505; in tomoyo_check_profile()2788 if (ns->profile_version != 20150505) in tomoyo_check_profile()2790 ns->profile_version); in tomoyo_check_profile()
914 unsigned int profile_version; member