mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-25 08:45:39 -04:00
[PR #46] [MERGED] New module: auditd #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/46
Author: @souz9
Created: 2/10/2023
Status: ✅ Merged
Merged: 5/24/2023
Merged by: @asdek
Base:
master← Head:auditd📝 Commits (10+)
281f6d7auditd: addexechelpere017a46auditd: addformat_cmdhelpera2c586cauditd: add helpers to run luajit/bustedf9ef7b0auditd: improve luajit/busted helpers0eafc0cauditd: luajit-busted: fix PATH862659aauditd: implement package installationc0fd490auditd: refactoringab2ae0eauditd: refactoring8df2641auditd: support package managers: YUM, DNF4ea8a4bauditd: refactoring📊 Changes
43 files changed (+1013 additions, -0 deletions)
View changed files
➕
auditd/1.0.0/.busted(+3 -0)➕
auditd/1.0.0/Makefile(+14 -0)➕
auditd/1.0.0/bmodule/main.vue(+18 -0)➕
auditd/1.0.0/cmodule/args.json(+1 -0)➕
auditd/1.0.0/cmodule/audit.lua(+80 -0)➕
auditd/1.0.0/cmodule/audit_spec.lua(+71 -0)➕
auditd/1.0.0/cmodule/event.lua(+31 -0)➕
auditd/1.0.0/cmodule/exec.lua(+30 -0)➕
auditd/1.0.0/cmodule/exec_spec.lua(+36 -0)➕
auditd/1.0.0/cmodule/main.lua(+45 -0)➕
auditd/1.0.0/cmodule/managed.lua(+93 -0)➕
auditd/1.0.0/cmodule/managed_spec.lua(+87 -0)➕
auditd/1.0.0/cmodule/pkg.lua(+94 -0)➕
auditd/1.0.0/cmodule/pkg_spec.lua(+50 -0)➕
auditd/1.0.0/cmodule/try.lua(+17 -0)➕
auditd/1.0.0/cmodule/watcher.lua(+28 -0)➕
auditd/1.0.0/config/action_config_schema.json(+6 -0)➕
auditd/1.0.0/config/changelog.json(+14 -0)➕
auditd/1.0.0/config/config_schema.json(+41 -0)➕
auditd/1.0.0/config/current_action_config.json(+1 -0)...and 23 more files
📄 Description
This PR adds new module
auditd.How to test the Change
SOLDR_MODULES=<path_to_soldr_modules>LUAPOWER_PLATFORM=linux32|linux64|osx64auditd/1.0.0and runmake test.make test-inside-dockercan be used to run the tests inside the prepared list of docker images: Debian 10/11, Ubuntu 20.04/22.04, Oracle Linux 8.--exclude-tags=root,systemdprovided inBUSTED_FLAGSenv variable.Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.