Change the group ID
authorso.yu <so.yu@samsung.com>
Wed, 22 May 2013 15:25:33 +0000 (00:25 +0900)
committerso.yu <so.yu@samsung.com>
Wed, 22 May 2013 15:44:14 +0000 (00:44 +0900)
[model] REDWOOD
[binary_type] PDA
[customer] OPEN
[issue#] N/A
[problem] should same with smack label
[cause] different from smack label
[solution] change the group ID as smack label
[team] SPG framework
[request] N/A
[horizontal_expansion] N/A

Change-Id: I5b8257cc4ea9bfaf5a72df6931984cd7ea9683c6
Signed-off-by: so.yu <so.yu@samsung.com>
vcore/src/vcore/pkcs12.c

index 8dd6fa7..fcee581 100755 (executable)
@@ -47,7 +47,7 @@
 static const char  CERTSVC_PKCS12_STORAGE_KEY_PKEY[]  = "pkey";
 static const char  CERTSVC_PKCS12_STORAGE_KEY_CERTS[] = "certs";
 static const gchar CERTSVC_PKCS12_STORAGE_SEPARATOR  = ';';
-static const char  CERTSVC_PKCS12_UNIX_GROUP[] = "ss_privatekey";
+static const char  CERTSVC_PKCS12_UNIX_GROUP[] = "secure-storage::privatekey";
 
 static gboolean keyfile_check(const char *pathname) {
   int result;