-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Packaging: Update the package description (#3)
- Loading branch information
1 parent
f02b7b8
commit c454acb
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |