From 6bf67f7917f8d1eda999320aad374ae0ed907835 Mon Sep 17 00:00:00 2001 From: gabrielmuller Date: Mon, 8 Oct 2018 15:21:45 -0300 Subject: [PATCH] onepin option also needs PIN to CREATE I previously changed the default option but forgot to make the same change for onepin. --- src/pkcs15init/starcos.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkcs15init/starcos.profile b/src/pkcs15init/starcos.profile index 2a2a6f2b..90505ca9 100644 --- a/src/pkcs15init/starcos.profile +++ b/src/pkcs15init/starcos.profile @@ -18,7 +18,7 @@ option default { option onepin { macros { so-pin-flags = initialized, needs-padding; - isf_acl = WRITE=$PIN; + isf_acl = WRITE=$PIN, CREATE=$PIN; df_acl = *=$PIN; } }