[pkg-opensc-commit] [opensc] 26/50: oberthur: allow read of info files without authentication

Eric Dorland eric at moszumanska.debian.org
Sat May 28 03:35:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit 00b8416ba38dc92567406fc7a749bfd0833eb296
Author: Viktor Tarasov <viktor.tarasov at gmail.com>
Date:   Wed Apr 27 20:08:45 2016 +0200

    oberthur: allow read of info files without authentication
---
 src/pkcs15init/oberthur.profile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pkcs15init/oberthur.profile b/src/pkcs15init/oberthur.profile
index 12d79b1..15888b2 100644
--- a/src/pkcs15init/oberthur.profile
+++ b/src/pkcs15init/oberthur.profile
@@ -66,7 +66,7 @@ filesystem {
 			
 				# Private RSA keys
 				EF OberthurAWP-private-key-info   {
-					ACL	 = WRITE=CHV1, UPDATE=CHV1, READ=CHV1;
+					ACL	 = WRITE=CHV1, UPDATE=CHV1, READ=NONE;
 				}
 				EF template-private-key {
 					file-id		= 3000;
@@ -78,7 +78,7 @@ filesystem {
 				
 				# Private DES keys
 				EF OberthurAWP-private-des-info   {
-					ACL	 = WRITE=CHV1, UPDATE=CHV1, READ=CHV1;
+					ACL	 = WRITE=CHV1, UPDATE=CHV1, READ=NONE;
 				}
 				EF template-private-des {
 					file-id	 = 4000;
@@ -90,7 +90,7 @@ filesystem {
 			
 				# Private data
 				EF OberthurAWP-privdata-info   {
-					ACL = WRITE=CHV1, UPDATE=CHV1, READ=CHV1;
+					ACL = WRITE=CHV1, UPDATE=CHV1, READ=NONE;
 				}
 				EF  template-privdata {
 					file-id	 = 6000;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list