[apparmor] [Merge] lp:~steinhardtp/apparmor/musl into lp:apparmor

Patrick Steinhardt ps at pks.im
Wed Sep 27 09:56:27 UTC 2017


Patrick Steinhardt has proposed merging lp:~steinhardtp/apparmor/musl into lp:apparmor.

Requested reviews:
  AppArmor Developers (apparmor-dev)

For more details, see:
https://code.launchpad.net/~steinhardtp/apparmor/musl/+merge/331414

These are changes required to build most of AppArmor with musl libc.

One thing missing right now is a problem with `secure_getenv` in "libapparmor/src/private.c", where neither `secure_getenv` nor `__secure_getenv` exist in musl libc as they are GNU extensions only. A possible fix would be to simply remove the error and replace it with a `#define secure_genetv getenv`, but I guess this might be rather controversial. So I refrained from including it in the PR right now.
-- 
Your team AppArmor Developers is requested to review the proposed merge of lp:~steinhardtp/apparmor/musl into lp:apparmor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 3250 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20170927/ae605122/attachment.diff>


More information about the AppArmor mailing list