-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ptrace and seccomp bindings (#136)
- Loading branch information
Showing
22 changed files
with
16,837 additions
and
1 deletion.
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
Empty file.
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,6 @@ | ||
#include "support.h" | ||
|
||
#include <linux/audit.h> /* Definition of AUDIT_* constants */ | ||
#include <linux/filter.h> /* Definition of struct sock_fprog */ | ||
#include <linux/ptrace.h> /* Definition of PTRACE_* constants */ | ||
#include <linux/seccomp.h> /* Definition of SECCOMP_* constants */ |
Oops, something went wrong.