Use sudo to copy SUIDs in examples

This also works with /sbin/ executables.
This commit is contained in:
Andrea Cardaci 2018-11-05 16:46:15 +01:00
parent 66844f9cc4
commit 81b87f033e

View File

@ -24,8 +24,7 @@ layout: common
{% capture code %}
{%- if function_id == 'suid' or function_id == 'limited-suid' %}
cp $(which {{ bin_name }}) .
sudo sh -c 'chown 0 ./{{ bin_name }}; chmod +s ./{{ bin_name }}'
sudo sh -c 'cp $(which {{ bin_name }}) .; chmod +s ./{{ bin_name }}'
{% endif %}
{%- if function_id == 'capabilities' %}
cp $(which {{ bin_name }}) .