Darragh O'Reilly

Results 9 issues of Darragh O'Reilly

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - yes - I have checked the latest `main` branch to see if...

This patch changes the script to use the Keystone v3 endpoint as the 2.0 endpoint is not available in SOC9. Also the python-novaclient in SOC9 does not have the os-hosts...

The tftp server is for hosts on the admin network only. But it can be accessed from outside if the admin network is routable. This patch adds an iptables rule...

wip
backport from SOC9

Allow adding rules with filters like "-F arch=b64" and "-F arch=b32"

We have rules like this that work on x86_64: ``` -a always,exit -F arch=b64 -S execve -k vrr_procmon -a always,exit -F arch=b32 -S execve -k vrr_procmon ``` but give this...

## Description Running the integration tests locally many times and finding that the test `pid: event: data: trace event sched_switch with data from pid 0` often fails. https://github.com/aquasecurity/tracee/blob/0605bd7ebc623f232251fb74abc2fc358250fe7b/tests/integration/event_filters_test.go#L551 Running without...

kind/bug

security_socket_accept had the local address/port for remote_addr. ### 1. Explain what the PR does Close: #4797 ### 2. Explain how to test it ### 3. Other comments

area/ebpf

## Description Start tracee with `socket_accept`. Start nc listening and connect from another machine. ``` # nc -nvl 8000 Listening on 0.0.0.0 8000 Connection received on 192.168.122.1 32942 ``` ```...

kind/bug

### Name of sample affected https://github.com/google/adk-samples/tree/a7621a51405eb612fb750cfeb8a3303adcdb140c/go/agents/llm-auditor ### Description of issue Package dependency google.golang.org/adk/cmd/restapi/services doesn't exist. ### Environment Local go version go1.25.4 linux/amd64 ### Reproduction steps or code ```markdown $ go...

bug