From 2ae23d42efb058a6b059c8227ff78624c4c3c35d Mon Sep 17 00:00:00 2001 From: Calle Svensson Date: Fri, 29 Mar 2024 17:31:36 +0100 Subject: [PATCH] Add dependency instruction for strace --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a6ea27e..e7f6796 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ See [this article](https://www.synacktiv.com/publications/systemd-hardening-made ## Installation +### Dependencies + +Strace needs to be installed and available in the path. Strace version >=6.4 is strongly recommended. + ### From source You need a Rust build environment for example from [rustup](https://rustup.rs/).