[PATCH v2 5/9] setpriv: dump inheritable capability set
Denys Vlasenko
vda.linux at googlemail.com
Tue Jul 4 17:44:39 UTC 2017
On Sun, Jul 2, 2017 at 3:42 PM, Patrick Steinhardt <ps at pks.im> wrote:
> +static cap_user_header_t cap_header;
> +static int cap_u32s;
Non-readonly static data is not okay. Find a different way.
busybox is trying hard to keep its data+bss as small ias possible:
text data bss dec hex filename
927115 489 7352 934956 e442c busybox-1.27.0
More information about the busybox
mailing list