aboutgitcodelistschat:MatrixIRC
path: root/cooker
Commit message (Collapse)AuthorAgeFilesLines
* Fix offset after refactoringAlice Frosi2023-04-121-1/+5
|
* Add other comparison operation for the BPF filterAlice Frosi2023-04-122-35/+111
|
* filter: define arg_cmp and arg_typeAlice Frosi2023-04-062-13/+16
|
* Add support for 64 bits argumentsAlice Frosi2023-04-062-17/+94
|
* filter: fix filterAlice Frosi2023-04-031-34/+65
| | | | | An additional notification is need either when we jump from an instruction without arguments then at the end of the argument checks.
* filter: load argument to checkAlice Frosi2023-03-312-1/+10
|
* cooker: fix argument evaluationAlice Frosi2023-03-291-19/+66
| | | | | Check sequentially the arguments for a syscall entry. If the check isn't successful then pass to the next entry.
* cooker: add filter.c/.h to the MakefileAlice Frosi2023-03-291-3/+17
| | | | Integration of filter part in cooker. The filter requires the AUDIT_ARCH variable.
* Rename cooker and eater with seitan prefixAlice Frosi2023-03-2819-0/+3468
|
* Re-organize project and add license headerAlice Frosi2023-03-2419-3179/+0
|
* cooker: Initial import of new implementationStefano Brivio2023-03-2019-0/+3179
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>