iasecc: pkcs15init profiles: add 'CREATE' acl for the Oberthur's application DF ...

Obertbur's card do not returns FCP for selected application DF.
Newly introduced option will supply the missing ACL when creating new objects or files.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5395 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2011-04-26 16:27:42 +00:00
parent 1cdb3fa971
commit 5e6d310491
2 changed files with 5 additions and 2 deletions

View File

@ -107,6 +107,8 @@ filesystem {
type = DF;
exclusive-aid = E8:28:BD:08:0F:F2:50:4F:54:20:41:57:50;
profile-extension = "iasecc_generic_oberthur";
ACL = *=NONE;
ACL = CREATE=SCB0x12;
}
}
}

View File

@ -66,14 +66,15 @@ filesystem {
type = EF;
file-id = 2F00;
size = 128;
acl = *=NONE;
ACL = *=NONE;
}
# Here comes the application DF
DF PKCS15-AppDF {
type = DF;
exclusive-aid = E8:28:BD:08:0F:F2:50:4F:54:20:41:57:50;
acl = *=NONE;
ACL = *=NONE;
ACL = CREATE=SCB0x12;
size = 5000;
EF PKCS15-ODF {