1.修改certstore库表名
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
],
|
],
|
||||||
"plugin_table": [
|
"plugin_table": [
|
||||||
{
|
{
|
||||||
"table_name": "PXY_OBJ_KEYRING",
|
"table_name": "PXY_PROFILE_KEYRING",
|
||||||
"table_content": [
|
"table_content": [
|
||||||
"0\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem",
|
"0\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem",
|
||||||
"1\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem",
|
"1\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem",
|
||||||
|
|||||||
@@ -2122,7 +2122,7 @@ int maat_feather_init()
|
|||||||
}
|
}
|
||||||
rte->feather = feather;
|
rte->feather = feather;
|
||||||
|
|
||||||
int table_id = maat_table_ex_init("PXY_OBJ_KEYRING",
|
int table_id = maat_table_ex_init("PXY_PROFILE_KEYRING",
|
||||||
keyring_table_new_cb,
|
keyring_table_new_cb,
|
||||||
keyring_table_free_cb,
|
keyring_table_free_cb,
|
||||||
keyring_table_dup_cb);
|
keyring_table_dup_cb);
|
||||||
|
|||||||
Reference in New Issue
Block a user