Skip to content

Commit

Permalink
Configure BPF program to ignore the certspook userspace pid.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Vogel committed Sep 7, 2023
1 parent b015648 commit b4ec578
Show file tree
Hide file tree
Showing 7 changed files with 230 additions and 200 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
upstream
src/certspook.skel.rs
Loading

0 comments on commit b4ec578

Please sign in to comment.