Remove suid-limited as it is superseded by suid-enabled

This commit is contained in:
Andrea Cardaci 2018-05-30 12:26:29 +02:00
parent d1906b7fdd
commit fa60f30f5a

View File

@ -5,8 +5,5 @@ functions:
sudo-enabled:
- code: sudo unshare /bin/sh
suid-enabled:
- description: This keeps the SUID privileges only if the `-r` option is present.
code: ./unshare -r /bin/sh
suid-limited:
- code: ./unshare /bin/sh
- code: ./unshare -r /bin/sh
---