[Bug 10791] run-init changes to libbb/capability.c breaks compile with Android NDK API <21

bugzilla at busybox.net bugzilla at busybox.net
Wed Feb 21 04:06:48 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10791

--- Comment #1 from Chris Renshaw <osm0sis at outlook.com> ---
Also just noticed that run-init includes sys/prctl.h without the precautions
taken in setpriv.c, so perhaps those could be added as well:

#ifndef PR_CAPBSET_READ
#define PR_CAPBSET_READ 23
#endif

#ifndef PR_CAPBSET_DROP
#define PR_CAPBSET_DROP 24
#endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list