Melissa Kilby

Results 192 comments of Melissa Kilby

Rebased and shared current test results here https://github.com/falcosecurity/libs/issues/982#issuecomment-1581918966

> tried it on Ubuntu 22.04 `Linux 5.19.0-45-generic #46~22.04.1-Ubuntu x86_64` and it worked without issues 🎉! It took me almost 1 hour but I've not a powerful setup (8 CPUs)...

Thanks a ton for assisting in testing this @maxgio92 🙏 !

@falcosecurity/libs-maintainers what needs to happen to get this PR merged? This PR addresses the localhost testbed for developers as outlined in https://github.com/falcosecurity/libs/blob/master/proposals/20230530-driver-kernel-testing-framework.md#test-infrastructure and has proven useful on multiple occasions. Furthermore,...

Thank you @Molter73 for taking another look, appreciate it :pray: ! Also re-worked the previous commit of adding more info to the readme here https://github.com/falcosecurity/libs/pull/524/commits/3d96343644b635a97125f13d1a378074fee5cead more clearly stating how this...

@Molter73 kindly asking if you have additional change requests for v1 or if we can proceed? Thanks!

Hi everyone, kind bump, thank you!

@FedeDP it turns out for `loginuid` the casting to s32 is causing trouble. Real-world production systems do have audit uids larger than that. Dilemma arises from official definitions being somehow...

> FWIW, in the kernel uids are unsigned 32 bit (on x86-64 at least): https://elixir.bootlin.com/linux/latest/source/include/uapi/asm-generic/posix_types.h#L49 so using s64 is IMHO wrong precisely because it introduces a difference between `(2

> I will leave this open just to remind me that sooner or later this should be tackled :D @FedeDP more concrete plans? 🙃 ty!