Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to add a static config file and to log syscalls #11

Open
ArcticB opened this issue Jul 17, 2020 · 2 comments
Open

Possibility to add a static config file and to log syscalls #11

ArcticB opened this issue Jul 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@ArcticB
Copy link

ArcticB commented Jul 17, 2020

Hello,

I'm glad to see that there is finally a concrete implementation of syscall hooking using eBPF. What do you think about adding static configurations to your solution in order to replace systems like Auditd ?

Thanks

@josalem josalem added the enhancement New feature or request label Jul 17, 2020
@josalem
Copy link
Member

josalem commented Jul 17, 2020

We've discussed having a config file, but haven't done any formal planning for it. How would you imagine it would work? I'm imagining a dotfile type configuration that could be placed in a known location per user and per machine, i.e., ~ and /etc/somewhere.

@ArcticB
Copy link
Author

ArcticB commented Jul 20, 2020

To my mind, it could be a global config file (/etc) where you define syscalls that you want to monitor. While hooking one of those syscalls, it would log the call in a file defined in the conf. And finally it would be possible to set filters on syscall args and return. That's how I see it but it can be done an other way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants