Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configurable policy mode #3393

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1f1d7b2
policyhandle: uprobe fixes
kkourt Feb 13, 2025
1553460
tracing: add all policy information into a struct
kkourt Feb 13, 2025
0ee3616
bpf: add policy_conf map
kkourt Feb 13, 2025
af59f0a
tracing: add policy_conf map
kkourt Feb 13, 2025
289cabb
tracing: add spec options to policyInfo
kkourt Feb 13, 2025
11e562d
tracing: allow configuring policy mode via options
kkourt Feb 13, 2025
911f6d1
api: add TracingPolicyMode
kkourt Feb 14, 2025
259925d
autochore: make protogen
kkourt Feb 20, 2025
c1733cf
policyconf: expose mode in grpc
kkourt Feb 17, 2025
0efe183
tetra/tp: tracingpolicy add mode column
kkourt Feb 17, 2025
f5abdf9
tetra/tp: add --mode in tracingpolicy add
kkourt Feb 17, 2025
d665534
grpc: add ConfigureTracingpolicy
kkourt Feb 20, 2025
2427400
autochore: make protogen
kkourt Feb 20, 2025
ab34dba
sensors: create wrappers for enable/disable policy
kkourt Feb 18, 2025
6ccb941
policyconf: set mode function
kkourt Feb 18, 2025
f955b73
server: remove redundant comments
kkourt Feb 14, 2025
737434f
server: implement configure tracing policy
kkourt Feb 18, 2025
8da0524
tetra/tp: use ConfigureTracingPolicy
kkourt Feb 18, 2025
a21dced
tetra/tp: refactor commands code
kkourt Feb 19, 2025
43b8db1
tetra/tp: rename variables
kkourt Feb 19, 2025
a83a7a1
tetra/tp: create and use a tpConfigure function
kkourt Feb 19, 2025
58f9bc1
tetra/tp: add set-mode command
kkourt Feb 19, 2025
9a8f56b
tester-progs: add raisesigkill
kkourt Feb 20, 2025
3449a5f
testutils/progs: add exec_mayfail command in tester
kkourt Feb 20, 2025
c4f9e52
testutils: add CgfsMkTemp
kkourt Feb 20, 2025
7d6b5ca
testutils: add a policyfilter tester
kkourt Feb 20, 2025
f7b12cb
policyconf: policy mode test (sigkill)
kkourt Feb 20, 2025
0f0021e
testutils/progs: add a getcpu command to tester
kkourt Feb 20, 2025
2e43d94
tracing: add helper functions for the enforcer map
kkourt Feb 20, 2025
35aa805
policyconf: policy mode test (override, enforcer)
kkourt Feb 20, 2025
aca38c0
docs: add a page for policy enforcement mode
kkourt Feb 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions api/v1/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading