1
0
Förgrening 0

Documentation: fix lists

timestamps
dump_stack() 2019-08-17 00:38:27 +00:00
förälder 3789da0579
incheckning b3b1ddcb7d
Signerad av: dump_stack
GPG-nyckel ID: BE44DA8C062D87DC
1 ändrade filer med 6 tillägg och 0 borttagningar

Visa fil

@ -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.