<div dir="ltr">adding list.<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 13, 2014 at 3:07 PM, stephen Turner <span dir="ltr"><<a href="mailto:stephen.n.turner@gmail.com" target="_blank">stephen.n.turner@gmail.com</a>></span> wrote:<br><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Could you make it a menu/config flag similarly to how mv and cp are added/removed?<span class="HOEnZb"><font color="#888888"><div><br></div><div>Stephen</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 13, 2014 at 2:50 PM, Rob Landley <span dir="ltr"><<a href="mailto:rob@landley.net" target="_blank">rob@landley.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/13/14 01:04, Рысь wrote:<br>
>>> Will ping work when invoked by root or not in that case?<br>
>><br>
>> The new way does not require ping to run as root.<br>
...<br>
>><br>
>> The thing is, Linux added an API that lets you do the same thing<br>
>> without<br>
>> requiring root access to do so. Seems like an improvement, especially<br>
>> since toybox isn't always installed with the suid bit set. (So you have<br>
>> to run things _as_ root to use the stuff requiring root.)<br>
><br>
> So toybox ping will work regardless of kernel version, even 2.6.1x?<br>
<br>
If I include the old codepath that _does_ require root, which wouldn't<br>
be used on newer systems (which would use the newer codepath either<br>
way), then it would support old 2.6 kernels from 4 years ago, yes.<br>
<br>
Whether or not I should bother doing that is the question I'm asking. It<br>
would make the code bigger in order to support old kernels.<br>
<br>
There are two APIs. The question is, should I include _both_ APIs, or<br>
just the newer one (which was introduced in linux 3.0).<br>
<br>
Rob<br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net" target="_blank">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>