Home
last modified time | relevance | path

Searched refs:commandDeny (Results 1 – 1 of 1) sorted by relevance

/base/customization/enterprise_device_management/services/edm_plugin/src/
Diptables_rule_plugin.cpp166 std::string commandDeny("-t filter -F"); in ExecRemoveFilterBySimpleCommand() local
170 commandDeny.append(" " + EDM_CHAIN_DENY_INPUT); in ExecRemoveFilterBySimpleCommand()
174 commandDeny.append(" " + EDM_CHAIN_DENY_OUTPUT); in ExecRemoveFilterBySimpleCommand()
181 … NetManagerStandard::NetsysController::GetInstance().SetIptablesCommandForRes(commandDeny, result); in ExecRemoveFilterBySimpleCommand()