Skip to content

Commit

Permalink
adding exceptions into typos.toml and rebuilding bpf
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
0xmilkmix authored and ccojocar committed Jan 22, 2024
1 parent 1342302 commit 4ae7468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ extend-ignore-identifiers-re = []
extend-ignore-re = [
"(?i)aks",
"ANDed",
"PT_REGS_PARM3",
"Mmaped",
]
2 changes: 1 addition & 1 deletion internal/pkg/daemon/bpfrecorder/bpf/recorder.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static __always_inline int load_args(u32 event_id, const char **filename, u64 *f

/**
* get_mntns returns the mntns in case the call should be taken into account.
* 0 is returned when the process should not be processed. The following criterias are used:
* 0 is returned when the process should not be processed. The following criteria are used:
* - host processes are excluded
* - program name if filtering on this is required
*/
Expand Down

0 comments on commit 4ae7468

Please sign in to comment.