Files
2026-04-07 10:08:53 +02:00

13 lines
195 B
Plaintext

---
functions:
shell:
- code: |-
cpulimit -l 100 -f -- /bin/sh
contexts:
sudo:
suid:
code: |-
cpulimit -l 100 -f -- /bin/sh -p
unprivileged:
...