Group privilege check refactoring
[platform/core/test/security-tests.git] / src / security-manager-tests / common / app_install_helper_ext.h
index 5b89d11..fd50ae7 100644 (file)
@@ -32,7 +32,7 @@ public:
     void checkPrivileges(const PrivilegeVector &allowedPrivs,
                          const PrivilegeVector &deniedPrivs) const;
     void checkDeniedPrivileges(const PrivilegeVector &deniedPrivs) const;
-    void checkPrivilegeGroups(const PrivilegeVector &allowedPrivs) const;
+    void checkGroupPrivileges(const PrivilegeVector &allowedPrivs) const;
     void checkSmackPrivileges(const PrivilegeVector &allowedPrivs,
                               const PrivilegeVector &deniedPrivs = {}) const;
     void checkAfterInstall() const;
@@ -44,7 +44,6 @@ private:
     void checkPkgSmackRulesAfterUninstall() const;
     void checkHybridAppSmackRulesAterUninstall() const;
     void checkAppIdExistence(bool expected) const;
-    void checkGids(const std::vector<gid_t> &allowedGids) const;
 };
 
 } // namespace SecurityManagerTest