onepin option also needs PIN to CREATE

I previously changed the default option but forgot to make the same change for onepin.
This commit is contained in:
gabrielmuller 2018-10-08 15:21:45 -03:00 committed by Frank Morgner
parent a8db9cb4f0
commit 6bf67f7917
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}