Skip to content

Commit

Permalink
Merge pull request #5952 from yuumasato/update_grub2_rules_platforms
Browse files Browse the repository at this point in the history
Add grub2 platform to grub2 kernel option rules
  • Loading branch information
redhatrises committed Jul 22, 2020
2 parents 9bdc744 + d455dc4 commit 745a015
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions linux_os/guide/system/auditing/grub2_audit_argument/rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ warnings:
{{% endif %}}
</ul>

platform: grub2

template:
name: grub2_bootloader_argument
vars:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ warnings:
{{% endif %}}
</ul>

platform: machine
platform: grub2

template:
name: grub2_bootloader_argument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ warnings:
{{% endif %}}
</ul>

platform: grub2

template:
name: grub2_bootloader_argument
vars:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ warnings:
Disabling all kernel support for USB will cause problems for systems
with USB-based keyboards, mice, or printers. This configuration is
infeasible for systems which require USB devices, which is common.
platform: grub2
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ description: |-
Memory Poisoning consists of writing a special value to uninitialized or freed memory.
Poisoning can be used as a mechanism to prevent leak of information and detection of
corrupted memory.
platform: machine
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ warnings:
{{% endif %}}
</ul>

platform: machine
platform: grub2

template:
name: grub2_bootloader_argument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ warnings:
{{% endif %}}
</ul>

platform: machine
platform: grub2

template:
name: grub2_bootloader_argument
Expand Down

0 comments on commit 745a015

Please sign in to comment.