Mateusz Gozdek
Mateusz Gozdek
I've tried generating seccomp profiles for my Go application running locally in the container and I failed to do so (see #426, #267). Steps to reproduce: 1. Build: ```sh make...
## Current situation It seems generating `pkg/gadgets/socket-collector/tracer/*.o` is environment dependent somehow, as those files are being modified on my machine. ## Impact Those files might be pointlessly committed back and...
## Current situation To avoid possible interference with host OS like in #433 and as discussed in https://github.com/kinvolk/inspektor-gadget/pull/434#issuecomment-998840919, I think it's a good idea to mount all host paths under...
Unfortunately, my original feedback notes got lost, so I'm posting what I've been able to notice again. Some generic feedback on user and developer experience on using local gadget and...
## Current situation Right now gadget container in pod has the following mount: ``` volumeMounts: - mountPath: /run mountPropagation: Bidirectional name: run ``` This has caused #433. @alban said that...
### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...
This PR does some small improvements to `login1` package, namely changes tests to use blackbox approach to avoid building up the tech debt by adding new tests without doing so...
This method allows passing existing D-Bus connection, which allows to re-use connection between clients and to mock D-Bus connection for testing purposes. Extracted from #390 Includes commits from #395 Signed-off-by:...
This is a desired way of testing to avoid creating fragile test suites and be able to refactor code without touching tests. Extracted from #390 Signed-off-by: Mateusz Gozdek
1.12 is now EOL for almost 2 years: https://endoflife.date/go. As a reference, supported Ubuntu versions use either 1.10 or 1.13: https://packages.ubuntu.com/search?keywords=golang-go So I think this bump is reasonable. This is...