mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00:00
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 <john.johansen@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
parent
c97fd38b92
commit
1890c13f8a
@ -57,7 +57,7 @@
|
|||||||
* numbers where supported.
|
* numbers where supported.
|
||||||
*/
|
*/
|
||||||
uint32_t policy_version = 2;
|
uint32_t policy_version = 2;
|
||||||
uint32_t parser_abi_version = 1;
|
uint32_t parser_abi_version = 2;
|
||||||
uint32_t kernel_abi_version = 5;
|
uint32_t kernel_abi_version = 5;
|
||||||
|
|
||||||
int force_complain = 0;
|
int force_complain = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user