Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ansible_lza_rosetta_app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_rosetta_app
Commits
8489d3cc
Commit
8489d3cc
authored
3 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
feat: disable kdump as per DoD STIG V-72057
parent
f920cdf9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/configure_kdump.yml
+13
-0
13 additions, 0 deletions
tasks/configure_kdump.yml
tasks/main.yml
+2
-0
2 additions, 0 deletions
tasks/main.yml
with
15 additions
and
0 deletions
tasks/configure_kdump.yml
0 → 100644
+
13
−
0
View file @
8489d3cc
---
# find the documentation of US Department of Defense (DoD) Security Technical
# Implementation Guide (STIG) V-72057 at
# https://www.stigviewer.com/stig/red_hat_enterprise_linux_7/2017-07-08/finding/V-72057
# Quote:
# "Kernel core dumps may contain the full contents of system memory at the time
# of the crash. Kernel core dumps may consume a considerable amount of disk
# space and may result in denial of service by exhausting the available space
# on the target file system partition."
-
name
:
disable kdump as per DoD STIG V-72057
systemd
:
name
:
"
kdump.service"
state
:
disabled
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
2
−
0
View file @
8489d3cc
...
...
@@ -37,6 +37,8 @@
tags
:
[
iptables
]
-
import_tasks
:
configure_selinux.yml
tags
:
[
selinux
]
-
import_tasks
:
"
configure_kdump.yml"
tags
:
[
security
,
kdump
]
### ROSETTA TASKS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment