diff options
| author | fengweihao <[email protected]> | 2020-03-06 16:02:42 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2020-03-06 16:02:42 +0800 |
| commit | f3d800dd76bcac1af0957dc675c5e78148515f6c (patch) | |
| tree | 8a83be63b257b5deed7a9cdf2bc9cab473fe1960 /cmake | |
| parent | f73e7d2b82f8711c495b46b5c6f22867bd97ba10 (diff) | |
修改策略验证未命中策略时,返回命中对象信息
修改策略验证生成rpm失败问题
增加策略验证错误处理
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/Package.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake index bc2bb09..9983fc4 100644 --- a/cmake/Package.cmake +++ b/cmake/Package.cmake @@ -43,6 +43,6 @@ 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.conf" - "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/resource/dynamic_maat_table_info.conf") + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/resource/table_info_proxy.conf" + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/resource/table_info_security.conf") include(CPack) |
