Arun Sori

Results 10 comments of Arun Sori

We found a workaround though I'm not sure if this works for everyone else. For everyone facing a similar issue they can try it out, if it fits with their...

I don't think it is possible to have both. See http://man7.org/linux/man-pages/man3/audit_set_pid.3.html and since `auditprint` registers itself [as](https://github.com/mozilla/libaudit-go/blob/master/auditprint/auditprint.go#L57) the daemon to receive events instead of handing them over to `auditd`, only...

@DahuK You might also want to look at your declared audit rules as they can also cause performance hit. See Performance Tips on https://linux.die.net/man/8/auditctl

Hi, We have tested the library on ubuntu 14-16 and and it works on these platforms (though ideally it should be supported by every linux platform that has audit capability)....

This looks like a very crude way to deal with it ( if the `size` changes again, we'll be adding another if clause ), but if it works for you,...

Ah yeah, I think if auditd is already running on the system, the kernel will not accept the libaudit-go client to allow anything to deal with the audit framework (listing...

@mfridman Huge thanks for maintaining this library. I'm hoping to contribute the fixes back so if you can take some time to review and provide feedback. That will be great...

@mfridman Yeah I think having a custom `store` interface can satisfy a lot of these changes. However there can be still some configuration options that are specific to the `store`,...

> Based on registered migrations, goose knows how to use the 4 store methods to do various migration-related tasks. @mfridman, I see. Yeah that might work. I can try to...

@DePierre I think your idea of writing the templates under a global directory sounds awesome, it will help us further in discovering the ways the users are using our tool,...