-
Notifications
You must be signed in to change notification settings - Fork 912
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
[TRACKING] Breaking changes in Falco 1.0.0 #3038
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
/remove-lifecycle stale |
#3162 deprecated old |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
/remove-lifecycle stale |
Good candidate 👉 falcosecurity/libs#2057 |
I'd also revisit the systemd units; perhaps we could have Falco packaged per-driver, like Also, we could drop the cc @ekoops Main idea could be to have a single template unit since now we can just have:
and then enable the unit like Another option would be to create a |
I'd prefer to split the drivers into different packages. For example:
Installing |
Yep that is what i proposed :D |
Great. What I did not understand from your proposal is whether the driver package depends on the main package (or not). |
That's a different story, i have no opinions on that. Either we could ship all packages like "full" packages with just minor differences (eg: |
That's my point. I'd avoid shipping all packages like |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
/remove-lifecycle stale |
This issue keeps track of all deprecated Falco features that will be removed in Falco 1.0.0:
append
in Falco rule is deprecated in favor ofoverride
(see update(rule_loader): deprecate theappend
flag in falco rules #2992)override
(see update(rule_loader): deprecate theappend
flag in falco rules #2992).enabled
key is only deprecated when used as an override! So a rule like this is perfectly legit:The text was updated successfully, but these errors were encountered: