Fix suid and sudo function names

This commit is contained in:
Andrea Cardaci
2022-09-08 21:11:17 +02:00
parent 8795efe357
commit 5071cb555e
2 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,6 @@ functions:
- code: tmate -c /bin/sh
sudo:
- code: sudo tmate -c /bin/sh
suid-limited:
limited-suid:
- code: ./tmate -c /bin/sh
---