
This commit implements auditd armada app helm charts overrides for auditd main configuration file, auditd.conf, and audit.rules configuration. Defaults for helm chart override values are specified using ConfigMap specification. The implementation uses the application plugin mechanism and is delivered as a separate rpm. Story: 2008849 Task: 42988 Signed-off-by: Carmen Rata <carmen.rata@windriver.com> Change-Id: If9287875f11a1ab1c5523644f9902a3228d14f97
36 lines
292 B
Plaintext
36 lines
292 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/source/api/
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.stestr
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage
|
|
bandit.xml
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
*.sqlite
|