Skip to content

Commit 3766896

Browse files
committed
fix redundant characters
1 parent d6e47d4 commit 3766896

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • linux_os/guide/system/permissions/partitions/mount_option_nodev_nonroot_local_partitions
  • products/rhel9/controls

linux_os/guide/system/permissions/partitions/mount_option_nodev_nonroot_local_partitions/rule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ocil: |
2222
run the following command:
2323
<pre>$ sudo mount | grep '^/dev\S* on /\S' | grep --invert-match 'nodev'</pre>
2424
The output shows local non-root partitions mounted without the <tt>nodev</tt> option,
25-
and there should be no output at all.\
25+
and there should be no output at all.
2626
2727
ocil_clause: "some mounts appear among output lines"
2828

products/rhel9/controls/stig_rhel9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ controls:
7171
title: RHEL 9 must enable the hardware random number generator entropy gatherer service.
7272
related_rules:
7373
- service_rngd_enabled
74-
# # This rule is causing test failures, See
74+
# This rule is causing test failures, See
7575
# https://github.com/ComplianceAsCode/content/pull/10153
7676
status: pending
7777

0 commit comments

Comments
 (0)