[ACR] Change the privilege name. (useridentity -> systemmanager)
authorJaemin Ahn <j.m.ahn@samsung.com>
Wed, 17 Apr 2013 07:03:39 +0000 (16:03 +0900)
committerJaemin Ahn <j.m.ahn@samsung.com>
Wed, 17 Apr 2013 07:03:39 +0000 (16:03 +0900)
Change-Id: Iac943c6fa8af1dea4a9056b654f2ce5fa7c750d6
Signed-off-by: Jaemin Ahn <j.m.ahn@samsung.com>
src/TelephonyConnectivityIpcStub.cpp

index 6b621ad..fe11dfa 100755 (executable)
@@ -132,7 +132,7 @@ TelephonyConnectivityIpcStub::OnGetTelephonyImsi(Tizen::Base::String* pImsi, uns
 
     String appId = __pIpcServer->GetClientAppId();
 
-    *pResult = _AccessController::CheckSystemPrivilege(appId, _PRV_USERIDENTITY);
+    *pResult = _AccessController::CheckSystemPrivilege(appId, _PRV_USERIDENTITY, _PRV_SYSTEMMANAGER);
 
     if (*pResult != E_SUCCESS)
     {