From b3b1ddcb7d700de2f8464483cff4266847f35e7a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 17 Aug 2019 00:38:27 +0000 Subject: [PATCH] Documentation: fix lists --- docs/introduction.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/introduction.rst b/docs/introduction.rst index a26f8cc..9dbcc71 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -72,19 +72,25 @@ Overview *out-of-tree* uses three stages for automated runs: - Build + - Inside the docker container (default). - Binary version (de facto skip stage). - On host. + - Run + - Insmod for the kernel module. - This step is skipped for exploits. + - Test + - Run the test.sh script on the target machine. - Test script is run from *root* for the kernel module. - Test script is run from *user* for the kernel exploit. - Test script for the kernel module is fully custom (only return value is checked). - Test script for the kernel exploit receives two parameters: + - Path to exploit - Path to file that must be created with root privileges.