Fix YAMLs according to YAMLlint

This commit is contained in:
Andrea Cardaci
2018-07-16 15:01:50 +02:00
parent 785126ede0
commit e1cd3aed68
87 changed files with 996 additions and 1061 deletions

View File

@@ -1,9 +1,9 @@
---
functions:
execute-interactive:
- code: timeout 7d /bin/sh
- code: timeout 7d /bin/sh
suid-enabled:
- code: "./timeout 7d /bin/sh -p"
- code: ./timeout 7d /bin/sh -p
sudo-enabled:
- code: sudo timeout --foreground 7d /bin/sh
- code: sudo timeout --foreground 7d /bin/sh
---