# ChangeLog # 0.10.3 - Fix panic when allowlisting UNIX abstract/domain sockets. # 0.10.2 - Perform reverse DNS lookup on IPs and add hostnames as comments to the auto-generated profile. - Add efficient handling of `/proc/pid/ns/` paths. - Implement grouping of sandboxing rules together by sandboxing type. # 0.10.1 - Make various formatting improvements to the auto-generated profile. - Reduce --limit default from 7 to 3 for practicality. - Enumerate dynamic libraries for Exec sandboxing. # 0.10.0 - Add support for calculating the checksums of dynamically linked libraries. - Add support for Ioctl sandboxing of Syd-3.23.0 - Replace hex crate with const-hex crate. # 0.9.0 - Add support for writing Integrity Force rules. The user should turn force sandboxing on manually for this to work, e.g: `pandora profile -msandbox/force:on -- true` ## 0.8.4 - Improve documentation. ## 0.8.3 - Add `--timeout` option to `profile` subcommand to limit process runtime with a duration. The option takes human-formatted time as argument. - Block SIGINT when profiling so interrupting the underlying process does not interrupt profile generation. ## 0.8.2.. See git history