Skip to content

Commit

Permalink
Merge pull request #12077 from prb112/OCPBUGS-35765
Browse files Browse the repository at this point in the history
OCPBUGS-35765: bios-enable-execution-restrictions should be excluded for ppc64le
  • Loading branch information
yuumasato authored Jun 24, 2024
2 parents 7ce6a1d + eb7e349 commit 644de12
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ references:
stigid@ubuntu2204: UBTU-22-213025

# In aarch64 cpus the bit is XN and it is not disableable
platform: machine and not aarch64_arch
# In ppc64le cpus the bit is not applicable
platform: machine and not aarch64_arch and not ppc64le_arch

ocil: |-
Verify the NX (no-execution) bit flag is set on the system.
Expand Down

0 comments on commit 644de12

Please sign in to comment.