-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* module: Add single PID targeting * module: Add single UID targeting * module: Add single GID targeting * module: formatting fixes for targeting commits * module: targeting proc file * module: add printk, static_assert, and correct types * module: enlarge KRF_PROCFS_MAX_SIZE
- Loading branch information
1 parent
fd72733
commit 8d49c71
Showing
5 changed files
with
139 additions
and
4 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
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#include "config.h" | ||
|
||
unsigned int krf_rng_state = 0; | ||
unsigned int krf_personality = 0x001c; | ||
unsigned int krf_probability = 1000; | ||
unsigned int krf_targeted_uid = 1002; | ||
unsigned int krf_log_faults = 0; | ||
|
||
krf_target_options_t krf_target_options = {0}; |
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
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
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