Add test_ptrace program to test ptrace-based intercept support.

This commit is contained in:
Todd C. Miller
2022-05-11 20:07:55 -06:00
parent 532e8218b2
commit 040e75a07b
6 changed files with 267 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ enum intercept_state {
RECV_CONNECTION,
POLICY_ACCEPT,
POLICY_REJECT,
POLICY_TEST,
POLICY_ERROR
};