summaryrefslogtreecommitdiff
path: root/security/opencryptoki/files/patch-usr-lib-pkcs11-api-shrd_mem.c.in
blob: f615f1f34a35ebea4a9f351543f779b0a670fbfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- usr/lib/pkcs11/api/shrd_mem.c.in.orig	2010-07-29 21:28:41.000000000 +0900
+++ usr/lib/pkcs11/api/shrd_mem.c.in	2010-10-19 23:56:22.728981736 +0900
@@ -353,7 +353,7 @@
 
 
    // SAB check for the group id here and membership here as well
-   grp = getgrnam("pkcs11");
+   grp = getgrnam(PKCS11GROUP);
    if ( grp ) {
         int i=0;
         char member=0;