Allow uid change in AppInstallHelper
[platform/core/test/security-tests.git] / src / common / app_install_helper.h
index fbd943c..cc59bc9 100644 (file)
@@ -76,6 +76,7 @@ struct AppInstallHelper {
     // App info getters and setters
     const std::string& getAppId() const;
     const std::string& getPkgId() const;
+    void setUidGid(int uidGid);
     int getUID() const;
     int getGID() const;
     void setVersion(const std::string &version);