diff options
| author | liuxueli <[email protected]> | 2021-12-31 16:28:00 +0300 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-12-31 19:10:35 +0300 |
| commit | e76eefde5f8755e43f45a4a3d853e9d6756f449a (patch) | |
| tree | fd6d03112fd5838bf34ba1115a920bcf4b386ce4 /inc | |
| parent | 4f1045022f86773720bf5b23ff09a9e43c8041e3 (diff) | |
TSG-8709: 支持执行Default Security Policy(Deny/Allow)
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/tsg_rule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/tsg_rule.h b/inc/tsg_rule.h index b40c481..fed4164 100644 --- a/inc/tsg_rule.h +++ b/inc/tsg_rule.h @@ -28,6 +28,7 @@ enum TSG_METHOD_TYPE TSG_METHOD_TYPE_RATE_LIMIT, TSG_METHOD_TYPE_MIRRORED, TSG_METHOD_TYPE_TAMPER, + TSG_METHOD_TYPE_DEFAULT, TSG_METHOD_TYPE_MAX }; |
