Skip to content

Commit

Permalink
Packaging: Update the package description (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrogario authored Dec 25, 2019
1 parent f02b7b8 commit c454acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package_generator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ list(GET EBPFAULT_VERSION_COMPONENTS 1 CPACK_PACKAGE_VERSION_MINOR)
list(GET EBPFAULT_VERSION_COMPONENTS 2 CPACK_PACKAGE_VERSION_PATCH)

set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ebpfault is an eBPF-based syscall fault injection utility.")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt")
set(CPACK_PACKAGE_NAME "ebpfault")
set(CPACK_PACKAGE_VENDOR "Trail of Bits")
set(CPACK_PACKAGE_CONTACT "[email protected]")
Expand Down
1 change: 1 addition & 0 deletions package_generator/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ebpfault is a software testing utility that is capable of injecting faults in syscalls by using eBPF. It supports both system-wide and per-process faults, and can either attach to existing processes by using a PID list or start the program directly.

0 comments on commit c454acb

Please sign in to comment.