mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 14:20:04 +00:00
Add digwatch.conf to package, install to /etc
This commit is contained in:
@@ -7,7 +7,7 @@ if(NOT DEFINED DIGWATCH_VERSION)
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED DIR_ETC)
|
||||
set(DIR_ETC "${CMAKE_INSTALL_PREFIX}/etc")
|
||||
set(DIR_ETC "/etc")
|
||||
endif()
|
||||
|
||||
set(DRAIOS_DEBUG_FLAGS "-D_DEBUG")
|
||||
@@ -144,6 +144,7 @@ add_subdirectory(${SYSDIG_DIR}/driver ${PROJECT_BINARY_DIR}/driver)
|
||||
add_subdirectory(${SYSDIG_DIR}/userspace/libscap ${PROJECT_BINARY_DIR}/userspace/libscap)
|
||||
add_subdirectory(${SYSDIG_DIR}/userspace/libsinsp ${PROJECT_BINARY_DIR}/userspace/libsinsp)
|
||||
|
||||
add_subdirectory(rules)
|
||||
add_subdirectory(userspace/digwatch)
|
||||
|
||||
|
||||
|
3
rules/CMakeLists.txt
Normal file
3
rules/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
install(FILES digwatch.conf
|
||||
DESTINATION "${DIR_ETC}")
|
||||
|
Reference in New Issue
Block a user