Add process_path_regex rule type

This commit is contained in:
srk24
2024-10-13 13:07:02 +08:00
committed by 世界
parent 06533b7a3b
commit 846777cd0c
15 changed files with 182 additions and 21 deletions
+1
View File
@@ -88,6 +88,7 @@ type _DefaultRule struct {
PortRange Listable[string] `json:"port_range,omitempty"`
ProcessName Listable[string] `json:"process_name,omitempty"`
ProcessPath Listable[string] `json:"process_path,omitempty"`
ProcessPathRegex Listable[string] `json:"process_path_regex,omitempty"`
PackageName Listable[string] `json:"package_name,omitempty"`
User Listable[string] `json:"user,omitempty"`
UserID Listable[int32] `json:"user_id,omitempty"`