Update WebService Privilege
authorDuyoung Jang <duyoung.jang@samsung.com>
Wed, 28 Nov 2012 23:49:08 +0000 (08:49 +0900)
committerDuyoung Jang <duyoung.jang@samsung.com>
Wed, 28 Nov 2012 23:49:08 +0000 (08:49 +0900)
Change-Id: Ib96725af90d22bea66470b0276add00d76ba1d55

src/Manager/ConfigurationManager.cpp

index 5495121..494834a 100755 (executable)
@@ -79,7 +79,7 @@ ConfigurationManager::CreateFile(InstallationContext* pContext)
        versionInfoFile.Format(1024, L"%ls%ls", rootPath.GetPointer(), VERSION_INFO_FILE);
        CreateInfoFile(versionInfoFile, &apiVersion);
 
-       String webServicePrivilege("WEB_SERVICE");
+       String webServicePrivilege("http://tizen.org/privilege/web.service");
        if (FindPrivilege(pContext, webServicePrivilege) == true)
        {
                AppLogTag(OSP_INSTALLER, "WEB_SERVICE privilege is detected. rootPath=[%ls]", rootPath.GetPointer());