Tracee v0.6.5 release! #1216
grantseltzer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
v0.6.5 is here! This release contains various fixes, optimizations, and upgrades.
See the release page for a full change-log: https://github.com/aquasecurity/tracee/releases/tag/v0.6.5
Breaking changes
exec-info
output option of tracee-ebpf was renamed toexec-hash
to more accurately describe it's effect--security-alerts
flag of tracee-ebpf was removed, you can choose to tracemem_prot_alert
directly using the--trace
flag--output file:
points to an existing file, it will not be used instead of being removed and recreated.Notable changes
cgroup_mkdir
,cgroup_rmdir
(tracee-ebpf: use cgroup id for container id resolution #1130)sched_process_exec
now reports the type of stdin inode attached to the executed process (add type of stdin in sched_process_exec #1214)security_file_open
event now reportsctime
(add ctime to security_file_open and fix variable type #1167)Notable fixes
tiny
dependency in the slim contianer (fix: install the tini package in the tracee:slim container image #1162)Beta Was this translation helpful? Give feedback.
All reactions