aboutgitcodelistschat:MatrixIRC
path: root/actions.c
Commit message (Collapse)AuthorAgeFilesLines
* seitan: add continue actionAlice Frosi2023-02-151-0/+9
| | | | | | The continue action let the filtered syscall continue the execution. Signed-off-by: Alice Frosi <afrosi@redhat.com>
* seitan: add return actionAlice Frosi2023-02-151-0/+8
| | | | | | The return action return a value to the target. Signed-off-by: Alice Frosi <afrosi@redhat.com>
* seitan: add block actionAlice Frosi2023-02-151-0/+8
| | | | | | The block action returns a given error Signed-off-by: Alice Frosi <afrosi@redhat.com>
* seitan: action for the callAlice Frosi2023-02-151-0/+193
Perform the action action with the context. The action call executes a syscall in the given namespaces or in caller context if non is specified. Signed-off-by: Alice Frosi <afrosi@redhat.com>