about summary refs log tree commit diff
path: root/pkgs/development/libraries/openbsm
AgeCommit message (Collapse)AuthorFilesLines
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-22openbsm: don’t check for /usr/include/mach/audit_triggers.defsMatthew Bauer1-0/+2
Users with CLT installed in /usr/include have this, but it we don’t have all of the headers needed in the stdenv. Fixes #46429
2018-09-10openbsm: fix linux buildMaximilian Bosch1-1/+1
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-08-09openbsm: add licensePascal Wittmann1-0/+1
see issue #43716
2018-05-11openbsm: add audit_token_to_pid symbolMatthew Bauer2-0/+26
This is needed by some projects like Chromium that use openbsm/libbsm.
2018-04-10openbsm: init at 1.1Matthew Bauer1-0/+20