From: so.yu Date: Wed, 22 May 2013 16:11:31 +0000 (+0900) Subject: Remove group ID X-Git-Tag: accepted/tizen/20130912.082418^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b870774c9dd2bd448adaaec06bb24abe158a31f0;p=platform%2Fcore%2Fsecurity%2Fcert-svc.git Remove group ID [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 --- diff --git a/vcore/src/vcore/pkcs12.c b/vcore/src/vcore/pkcs12.c index fcee581..ce0c2f7 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[] = "secure-storage::privatekey"; +static const char* CERTSVC_PKCS12_UNIX_GROUP = NULL; static gboolean keyfile_check(const char *pathname) { int result;