aboutsummaryrefslogtreecommitdiffstats
path: root/testing/audit
Commit message (Collapse)AuthorAgeFilesLines
* testing/audit: promote to mainTycho Andersen2017-06-307-355/+0
| | | | Signed-off-by: Tycho Andersen <tycho@docker.com>
* testing/auditd: bump audit version to 2.7.2Tycho Andersen2017-06-206-50/+51
| | | | | | | | * update all the patches * swap out the 4th patch for a proper include of limits.h * reset package version to -r1 Signed-off-by: Tycho Andersen <tycho@docker.com>
* testing/audit: use / prefix instead of /usrTycho Andersen2017-06-201-3/+3
| | | | | | | | | The config files we're using have / as the prefix and every other distro has /, so let's just use that instead (also, the paths to e.g. audispd seem to be hardcoded to /, so auditd as currently packaged fails without this anyway). Signed-off-by: Tycho Andersen <tycho@docker.com>
* testing/audit: spaces to tabsTycho Andersen2017-06-201-3/+3
| | | | Signed-off-by: Tycho Andersen <tycho@docker.com>
* 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>