TSG-14627 TFE适配Decryption Profile库表的变更

This commit is contained in:
luwenpeng
2023-04-11 09:48:21 +08:00
committed by luwenpeng
parent f81209b225
commit 0a3d06eed1
4 changed files with 5 additions and 5 deletions

View File

@@ -324,7 +324,7 @@ struct ssl_policy_enforcer* ssl_policy_enforcer_create(void* logger)
enforcer->logger=logger;
enforcer->policy_table_id=maat_get_table_id(enforcer->maat, "TSG_SECURITY_COMPILE");
assert(enforcer->policy_table_id >= 0);
enforcer->profile_table_id=maat_get_table_id(enforcer->maat, "TSG_PROFILE_DECRYPTION");
enforcer->profile_table_id=maat_get_table_id(enforcer->maat, "PXY_PROFILE_DECRYPTION");
assert(enforcer->profile_table_id >= 0);
UNUSED int ret=maat_plugin_table_ex_schema_register(enforcer->maat,
"TSG_SECURITY_COMPILE",
@@ -335,7 +335,7 @@ struct ssl_policy_enforcer* ssl_policy_enforcer_create(void* logger)
enforcer);
assert(ret==0);
ret=maat_plugin_table_ex_schema_register(enforcer->maat,
"TSG_PROFILE_DECRYPTION",
"PXY_PROFILE_DECRYPTION",
profile_param_new_cb,
profile_param_free_cb,
profile_param_dup_cb,