aboutgitcodelistschat:MatrixIRC
path: root/operations.c
Commit message (Collapse)AuthorAgeFilesLines
* Add op_cmp typeAlice Frosi2023-04-211-5/+15
|
* operations: fix bug into the reference injectionAlice Frosi2023-04-211-2/+2
|
* operation: remove pid and idAlice Frosi2023-04-211-9/+12
| | | | | Pid and id are reduandant fields as the information are already included in the seccomp request
* Re-arrange repository structureAlice Frosi2023-03-241-0/+361
|
* Re-organize project and add license headerAlice Frosi2023-03-241-356/+0
|
* seitan: add op_resolvedfdAlice Frosi2023-03-151-0/+27
| | | | | | The op_resolvedfd verifies that the fd points to a path. Signed-off-by: Alice Frosi <afrosi@redhat.com>
* seitan: add op_cmpAlice Frosi2023-02-271-0/+6
| | | | | The operation op_cmp allows to compare 2 areas of memory and if they don't match to jump to an operation.
* seitan: add op_endAlice Frosi2023-02-271-0/+3
| | | | | The op_end signal to terminate reading the operations. This is useful for the introductions of branches for the matches.
* seitan: copy immediate args with op_copyAlice Frosi2023-02-271-8/+11
|
* operations: add op_copyAlice Frosi2023-02-231-3/+46
|
* Rename actions to operationsAlice Frosi2023-02-221-0/+274
Replace all the action related names to operations to make them more generic.