Skip to content

Commit

Permalink
Add warning why rule has no remediation
Browse files Browse the repository at this point in the history
Rule sysctl_kernel_modules_disabled disrupts the install and boot
process if remediated during installation.
  • Loading branch information
yuumasato committed Feb 2, 2021
1 parent 01b1ade commit 77eeafd
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ references:

platform: machine

warnings:
- general:
This rule doesn't come with Bash remediation.
Remediating this rule during the installation process disrupts the install and boot process.

template:
name: sysctl
vars:
sysctlvar: kernel.modules_disabled
sysctlval: '1'
datatype: int
backends:
# Automated remediation of this rule disrupts installs via kickstart
# Automated remediation of this rule during installations disrupts the first boot
bash: 'off'

0 comments on commit 77eeafd

Please sign in to comment.