From: so.yu Date: Wed, 22 May 2013 15:25:33 +0000 (+0900) Subject: Change the group ID X-Git-Tag: submit/tizen/20130830.004742^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=755edbd7e873596bf5648a602a8a1f25b7c283d9;p=platform%2Fcore%2Fsecurity%2Fcert-svc.git Change the group ID [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 --- diff --git a/vcore/src/vcore/pkcs12.c b/vcore/src/vcore/pkcs12.c index 8dd6fa7..fcee581 100755 --- a/vcore/src/vcore/pkcs12.c +++ b/vcore/src/vcore/pkcs12.c @@ -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;