Changeset 22312db in OpenSC for src/pkcs15init/pkcs15-lib.c


Ignore:
Timestamp:
11/24/03 10:21:36 (9 years ago)
Author:
okir <okir@…>
Branches:
master, staging
Children:
b6796d0
Parents:
af462ab
git-author:
okir <okir@…> (11/24/03 10:21:36)
git-committer:
okir <okir@…> (11/24/03 10:21:36)
Message:
  • set ACLs on the profile info file

git-svn-id:  https://www.opensc-project.org/svnp/opensc/trunk@1637 c6295689-39f2-0310-b995-f0e70906c6a9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pkcs15init/pkcs15-lib.c

    r961e116 r22312db  
    28332833        file->id = OPENSC_INFO_FILEID; 
    28342834 
     2835        /* XXX Maybe we should move the file to the AppDF 
     2836         * and protect updates using the SO PIN */ 
     2837        for (n = 0; n < SC_MAX_AC_OPS; n++) 
     2838                sc_file_add_acl_entry(file, n, SC_AC_NONE, 0); 
     2839 
    28352840        p = buffer; 
    28362841        end = buffer + sizeof(buffer); 
Note: See TracChangeset for help on using the changeset viewer.