From 8eed1e60b0921d05872e2f43eee9088cef038d7e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 17 Feb 2017 16:18:21 +0100 Subject: trust: Honor "modifiable" setting in persist file Previously, all objects read from p11-kit persist files are marked as modifiable when parsing, regardless of the explicit "modifiable: false" setting in the file. Reported by Kai Engert in: https://bugs.freedesktop.org/show_bug.cgi?id=99797 --- trust/input/verisign-v1.p11-kit | 1 + 1 file changed, 1 insertion(+) (limited to 'trust/input') diff --git a/trust/input/verisign-v1.p11-kit b/trust/input/verisign-v1.p11-kit index eaa080d..aea49ea 100644 --- a/trust/input/verisign-v1.p11-kit +++ b/trust/input/verisign-v1.p11-kit @@ -1,5 +1,6 @@ [p11-kit-object-v1] trusted: true +modifiable: false -----BEGIN CERTIFICATE----- MIICPDCCAaUCED9pHoGc8JpK83P/uUii5N0wDQYJKoZIhvcNAQEFBQAwXzELMAkG -- cgit v1.1