Skip to content

Commit

Permalink
Merge pull request #215 from fallenpixel/devel
Browse files Browse the repository at this point in the history
Fix typo in defaults/main
  • Loading branch information
uk-bolly authored Jul 25, 2023
2 parents 5d0e614 + f28d4f9 commit 5a86895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,12 +539,12 @@ rhel8stig_standard_user_path: "PATH=$PATH:$HOME/.local/bin:$HOME/bin"
rhel8stig_change_user_path: false

# RHEL-08-010700
# rhel8stig_ww_dir_owner is the owenr of all world-writable directories
# rhel8stig_ww_dir_owner is the owner of all world-writable directories
# To conform to STIG standards this needs to be set to root, sys, bin, or an application group
rhel8stig_ww_dir_owner: root

# RHEL-08-010710
# rhel8stig_ww_dir_grpowner is the owenr of all world-writable directories
# rhel8stig_ww_dir_grpowner is the owner of all world-writable directories
# To conform to STIG standards this needs to be set to root, sys, bin, or an application group
rhel8stig_ww_dir_grpowner: root

Expand Down

0 comments on commit 5a86895

Please sign in to comment.