Remove group ID
authorso.yu <so.yu@samsung.com>
Wed, 22 May 2013 16:11:31 +0000 (01:11 +0900)
committerso.yu <so.yu@samsung.com>
Wed, 22 May 2013 16:17:09 +0000 (01:17 +0900)
[model] REDWOOD
[binary_type] PDA
[customer] OPEN
[issue#] N/A
[problem] smack denied
[cause] use not provided label
[solution] remove group ID
[team] SPG framework
[request] N/A
[horizontal_expansion] N/A

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

index fcee581..ce0c2f7 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[] = "secure-storage::privatekey";
+static const char* CERTSVC_PKCS12_UNIX_GROUP = NULL;
 
 static gboolean keyfile_check(const char *pathname) {
   int result;