mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 19:47:44 +03:00
Mar 26th 2023 Dev
This commit is contained in:
@@ -17,11 +17,8 @@
|
||||
class I_LocalPolicyMgmtGen
|
||||
{
|
||||
public:
|
||||
enum class LocalPolicyEnv { LINUX, K8S, COUNT };
|
||||
|
||||
virtual std::string parsePolicy(const std::string &policy_version) = 0;
|
||||
virtual const std::string & getPolicyPath(void) const = 0;
|
||||
virtual LocalPolicyEnv getEnvType() const = 0;
|
||||
|
||||
protected:
|
||||
~I_LocalPolicyMgmtGen() {}
|
||||
|
Reference in New Issue
Block a user