Commit graph

4 commits

Author SHA1 Message Date
Maximilian Bosch 080b2fdd8c
openbsm: fix linux build
See https://hydra.nixos.org/build/80705916

To fix the linux build the patch `bsm-add-audit_token_to_pid.patch`
mustn't be applied during Linux builds, only for Darwin as it's an
Apple-only fix.

The compiler failure occurred because `audit_token_t` is part of
`<mach/mach.h>` which is not available on Linux.

Addresses #45960
2018-09-10 13:00:00 +02:00
Pascal Wittmann 79e2f03969
openbsm: add license
see issue #43716
2018-08-09 12:33:28 +02:00
Matthew Bauer 79dcdce633 openbsm: add audit_token_to_pid symbol
This is needed by some projects like Chromium that use openbsm/libbsm.
2018-05-11 04:39:57 -05:00
Matthew Bauer ec4910d9af openbsm: init at 1.1 2018-04-10 21:14:56 -05:00