try to avoid conflicts with file ids of different file types

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1983 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2004-11-15 09:39:21 +00:00
parent 5a4fc80033
commit 9dc98ed262

View File

@ -63,7 +63,7 @@ filesystem {
# Certificate template
EF certificate {
file-id = 3004;
file-id = 3104;
structure = transparent;
ACL = *=NEVER,
READ=NONE,
@ -74,7 +74,7 @@ filesystem {
# Extractable private keys are stored in transparent EFs.
# Encryption of the content is performed by libopensc.
EF extractable-key {
file-id = 3001;
file-id = 3201;
structure = transparent;
ACL = *=NEVER,
READ=$PIN,
@ -84,7 +84,7 @@ filesystem {
# data objects are stored in transparent EFs.
EF data {
file-id = 3002;
file-id = 3302;
structure = transparent;
ACL = *=NEVER,
READ=NONE,