Change smack labeling to be appId based.
[platform/core/security/security-manager.git] / src / common / include / cynara.h
index 254ab6c..646deff 100644 (file)
@@ -101,7 +101,7 @@ public:
      * TODO: drop oldPrivileges argument and get them directly from Cynara.
      * Appropriate Cynara interface is needed first.
      */
-    static void UpdatePackagePolicy(const std::string &label, const std::string &user,
+    static void UpdateAppPolicy(const std::string &label, const std::string &user,
         const std::vector<std::string> &oldPrivileges,
         const std::vector<std::string> &newPrivileges);