From 1890c13f8a027e591d1ed22ac15c6493f192248b Mon Sep 17 00:00:00 2001 From: John Johansen Date: Tue, 17 Nov 2015 16:21:46 -0800 Subject: [PATCH] bump parser abi version to force policy recompilation 2.9.x and 2.10 had some time stamp bugs around cache handling that result in the cache getting a wrong time stamp, and then not getting correctly updated when policy changes. Force cache recompiles for these versions by bumping the parser abi Signed-off-by: John Johansen Acked-by: Steve Beattie --- parser/parser_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/parser_common.c b/parser/parser_common.c index af77cb8e5..ab36a5315 100644 --- a/parser/parser_common.c +++ b/parser/parser_common.c @@ -57,7 +57,7 @@ * numbers where supported. */ uint32_t policy_version = 2; -uint32_t parser_abi_version = 1; +uint32_t parser_abi_version = 2; uint32_t kernel_abi_version = 5; int force_complain = 0;