Documentation: fix lists
This commit is contained in:
parent
3789da0579
commit
b3b1ddcb7d
@ -72,19 +72,25 @@ Overview
|
|||||||
*out-of-tree* uses three stages for automated runs:
|
*out-of-tree* uses three stages for automated runs:
|
||||||
|
|
||||||
- Build
|
- Build
|
||||||
|
|
||||||
- Inside the docker container (default).
|
- Inside the docker container (default).
|
||||||
- Binary version (de facto skip stage).
|
- Binary version (de facto skip stage).
|
||||||
- On host.
|
- On host.
|
||||||
|
|
||||||
- Run
|
- Run
|
||||||
|
|
||||||
- Insmod for the kernel module.
|
- Insmod for the kernel module.
|
||||||
- This step is skipped for exploits.
|
- This step is skipped for exploits.
|
||||||
|
|
||||||
- Test
|
- Test
|
||||||
|
|
||||||
- Run the test.sh script on the target machine.
|
- Run the test.sh script on the target machine.
|
||||||
- Test script is run from *root* for the kernel module.
|
- Test script is run from *root* for the kernel module.
|
||||||
- Test script is run from *user* for the kernel exploit.
|
- Test script is run from *user* for the kernel exploit.
|
||||||
- Test script for the kernel module is fully custom (only return
|
- Test script for the kernel module is fully custom (only return
|
||||||
value is checked).
|
value is checked).
|
||||||
- Test script for the kernel exploit receives two parameters:
|
- Test script for the kernel exploit receives two parameters:
|
||||||
|
|
||||||
- Path to exploit
|
- Path to exploit
|
||||||
- Path to file that must be created with root privileges.
|
- Path to file that must be created with root privileges.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user