Thanks for your patience and all your explanations.
Now a version 2 has been sent out, containing changes from your
suggestions and the patch you wrote.
Please help review it if convenient.
Best Regards,
Chen Qi
On 06/14/2013 08:04 PM, Bernhard Reutner-Fischer wrote:
On 13 June 2013 08:46, Ch
On 13 June 2013 08:46, ChenQi wrote:
> On 06/12/2013 04:26 AM, Bernhard Reutner-Fischer wrote:
>>
>> On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote:
> Hi Bernhard,
>
> Thank you very much for your review and suggestions!
> I went through your methods below very carefully an
On 06/12/2013 04:26 AM, Bernhard Reutner-Fischer wrote:
On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote:
From: Chen Qi
This patch enables us to split the busybox into two binaries, one
containing suid applications, and the other containing nosuid apps.
Add a variable, BU
On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote:
>From: Chen Qi
>
>This patch enables us to split the busybox into two binaries, one
>containing suid applications, and the other containing nosuid apps.
>
>Add a variable, BUSYBOX_SPLIT_SUID, to control whether to split the
>bu
From: Chen Qi
This patch enables us to split the busybox into two binaries, one
containing suid applications, and the other containing nosuid apps.
Add a variable, BUSYBOX_SPLIT_SUID, to control whether to split the
busybox binary into two parts. We default it to "1" to enable the
splitting, but