Files

20 lines
352 B
Plaintext

---
functions:
file-read:
- code: |-
bconsole -c /path/to/file-input
comment: |-
The file is actually parsed and the first wrong line is returned in an error message.
contexts:
sudo:
suid:
unprivileged:
shell:
- code: |-
bconsole
@exec /bin/sh
contexts:
sudo:
unprivileged:
...