Tracee v0.14.0 Released! #3041
yanivagman
announced in
Announcements
Replies: 1 comment 3 replies
-
Running the Aarch64 version in a completely new Ubuntu (20.04 arm64), the following error occurs: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚨 Breaking changes 🔨
🚀 What's new? 🚀
📩 Configuration from file 🔔
You can now configure Tracee through a configuration file instead of CLI flags. We've introduced the
--config
flag that takes a path to a json or yaml. CLI flags will still override the configuration file. For more information and example configuration files the documentation page https://aquasecurity.github.io/tracee/v0.14/docs/config/overview/.🛡️ Reduce Tracee's attack surface 💪
We've reduced Tracee's attack surface by dropping all execution capabilities by default. We've also implemented execution rings with higher or lower privileges (capabilities), depending on the events being traced. This means that Tracee is running with very few, if any, capabilities as an effective process capability. This helps to protect against potential attacks.
🔨 Fixes 👷
We hope these changes will make using Tracee even easier and more effective. If you have any questions or feedback, please don't hesitate to let us know!
Beta Was this translation helpful? Give feedback.
All reactions