Mateusz Gozdek
Mateusz Gozdek
This can be reproduced also using local gadget. The missing syscalls comes for example from https://github.com/opencontainers/runc/blob/master/libcontainer/utils/utils_unix.go#L17. You can add the syscalls below to the seccomp policy ``` "fstatfs", "getdents64" ```...
Adding: ``` "capget", "capset", "prctl" ``` Gets you further, I'll continue investigating, though the issue is more generic, as I guess inspektor-gadget should be able to figure it out automatically...
So, in my case, with simple statically compiled Golang hello world running, I had to add the capabilities below in addition to what `strace ./main 2>&1 | grep '(' |...
I really agree with @james-johnston-thumbtack here. In https://github.com/kunwardeep/paralleltest/issues/8#issuecomment-872071521, I realized that I disabled `scopelint` because it has been deprecated and the documentation says it has a replacement, but the mentioned...
If I understand correctly, one way would be to just have multiple boxes for each subdirectory. Not optimal solution, but would do as a workaround.
It seems that this issue only occurs, when packr runs from source directory. If you use different PWD, issue does not occur. I guess this is development feature described in...
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle stale