chore: remove Script mode residual code.

This commit is contained in:
CHIZI-0618
2022-05-14 13:00:33 +08:00
parent d4dcbce9cb
commit 5bd5f1bfda
7 changed files with 0 additions and 51 deletions

View File

@@ -13,7 +13,6 @@ const (
DstPort
Process
ProcessPath
Script
RuleSet
Network
Uid
@@ -49,8 +48,6 @@ func (rt RuleType) String() string {
return "Process"
case ProcessPath:
return "ProcessPath"
case Script:
return "Script"
case MATCH:
return "Match"
case RuleSet: