Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ops: fix op_cmp and test | Alice Frosi | 2023-05-19 | 1 | -91/+64 |
| | |||||
* | ops: add op_nr and op_copy | Alice Frosi | 2023-05-17 | 1 | -13/+73 |
| | | | | | | | Add: - missing implementation for op_nr - op_copy to copy data - tests for op_nr and op_data | ||||
* | Adjust op_call with gluten_offset | Alice Frosi | 2023-05-11 | 1 | -30/+29 |
| | |||||
* | Refactoring of gluten_read/write | Alice Frosi | 2023-05-10 | 1 | -8/+8 |
| | | | | | | | | Refactor includes: - use static inline instead of macro - return -1 if there is an error and don't exit - eval return 0 or -1 - adjust code and tests | ||||
* | test: fix operations | Alice Frosi | 2023-05-08 | 1 | -262/+187 |
| | | | | Adjust the tests after the refactoring and to use struct gluten_offset | ||||
* | test: uncomment test | Alice Frosi | 2023-04-21 | 1 | -1/+1 |
| | |||||
* | test: test various values for op_cmp_type | Alice Frosi | 2023-04-21 | 1 | -8/+83 |
| | |||||
* | tests: clean-up created file | Alice Frosi | 2023-04-21 | 1 | -1/+2 |
| | |||||
* | operation: remove pid and id | Alice Frosi | 2023-04-21 | 1 | -23/+23 |
| | | | | | Pid and id are reduandant fields as the information are already included in the seccomp request | ||||
* | Fix tests | Alice Frosi | 2023-04-13 | 1 | -8/+3 |
| | |||||
* | Refactor tests to use same struct arg as the filter | Alice Frosi | 2023-04-12 | 1 | -3/+6 |
| | |||||
* | test: moving shareable function in a separate file | Alice Frosi | 2023-03-30 | 1 | -172/+5 |
| | |||||
* | Create common function to install the BPF filter | Alice Frosi | 2023-03-30 | 1 | -14/+3 |
| | |||||
* | tests: Adjust project directory and add license headers | Alice Frosi | 2023-03-24 | 1 | -3/+8 |
| | |||||
* | tests: add unit tests for op_resolvedfd | Alice Frosi | 2023-03-15 | 1 | -1/+77 |
| | |||||
* | tests: add test for op_cmp | Alice Frosi | 2023-02-27 | 1 | -1/+63 |
| | |||||
* | test: fix arguments and offsets | Alice Frosi | 2023-02-27 | 1 | -6/+7 |
| | |||||
* | seitan: copy immediate args with op_copy | Alice Frosi | 2023-02-27 | 1 | -3/+10 |
| | |||||
* | tests: add test for op_copy | Alice Frosi | 2023-02-23 | 1 | -0/+64 |
| | | | | | | The target process tries to perform a connect syscall and we need to check that the struct sockaddr_un is correctly copied from the memory of the target process | ||||
* | tests: generalize the syscall of the target | Alice Frosi | 2023-02-23 | 1 | -12/+19 |
| | | | | | Refactor the tests to pass the filtered syscall and setting the argument into the shared struct. | ||||
* | test: fix check of a_block | Alice Frosi | 2023-02-23 | 1 | -1/+5 |
| | |||||
* | tests: adjust do_operations signature | Alice Frosi | 2023-02-23 | 1 | -7/+7 |
| | | | | Signed-off-by: Alice Frosi <afrosi@redhat.com> | ||||
* | Rename actions to operations | Alice Frosi | 2023-02-22 | 1 | -0/+438 |
Replace all the action related names to operations to make them more generic. |