summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-05-09 14:26:43 +0800
committerfengweihao <[email protected]>2023-05-09 14:26:43 +0800
commit3cd7b7dbf976cb19cc255d09f708ce4c649a5008 (patch)
treea32340b190ab3a2f16e394bc87bea7f803b925c3 /cmake
parentb2e5105ab181463a6eca7fa8096f589a7030a9d1 (diff)
TSG-14954 verify-policy支持验证代理拦截策略v3.0.5-20230509
TSG-14955 verify-policy合并安全策略和代理策略maat句柄
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Package.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake
index 5e7ae76..170c885 100644
--- a/cmake/Package.cmake
+++ b/cmake/Package.cmake
@@ -42,6 +42,5 @@ endif()
# setup %config(noreplace)
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/verify_policy.conf"
- "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/resource/table_info_proxy.conf"
- "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/resource/table_info_security.conf")
+ "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/resource/table_info.conf")
include(CPack)