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

mv file /etc/falco/rule.d/ will not cause falco to restart, but cp -r file /etc/falco/rule.d/file can #2943

Closed
YanjiangChen opened this issue Dec 5, 2023 · 1 comment · Fixed by #2965
Labels
Milestone

Comments

@YanjiangChen
Copy link

Describe the bug

How to reproduce it

Expected behaviour

Screenshots

Environment

  • Falco version:
  • System info:
  • Cloud provider or hardware configuration:
  • OS:
  • Kernel:
  • Installation method:

Additional context

@NitroCao
Copy link
Contributor

Because Falco currently only monitors events with IN_CREATE and IN_DELETE type for rule directories, but mv command generates events with IN_MOVE type. I'll add a PR to fix it.

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

Successfully merging a pull request may close this issue.

3 participants