aboutsummaryrefslogtreecommitdiffstats
path: root/testing/audit
Commit message (Collapse)AuthorAgeFilesLines
* testing/audit: Disable python3 binding on ppc64leBreno Leitao2017-04-252-1/+31
| | | | | Python3 bindings for ppc64le is breaking due to swig break with stray '/'. Disabling it for now.
* testing/audit: run tests -j1 for now because there is a parallelism issueWilliam Pitcock2017-03-171-1/+1
|
* testing/audit: fix -dev dependsNatanael Copa2017-03-161-3/+3
| | | | the libaudit headers needs linux-headers
* testing/auditd: misc cleanups, add init.d scriptNatanael Copa2017-03-143-4/+134
| | | | | | | - split out -static and -libs subpackages - add init.d script - remove unneeded make install - add check function
* testing/audit: fix indentationTycho Andersen2017-03-141-3/+3
| | | | Signed-off-by: Tycho Andersen <tycho@docker.com>
* testing/audit: initial importTycho Andersen2017-03-144-0/+194
An initial import of the audit daemon, libraries, and utilities. Signed-off-by: Tycho Andersen <tycho@docker.com>