Skip to content

Commit

Permalink
Update task name in tasks/hardening.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Decat <[email protected]>
  • Loading branch information
ElieDeloumeau and pdecat authored Sep 29, 2021
1 parent 1bdab99 commit 6b75297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- _users_status == "unset" or
_users_status == "set_bash"

- name: "hardening | ensure ~{{ item.key }}/.bash_history content cannot be tampered with"
- name: "hardening | ensure ~{{ item.key }}/.bash_history is in append only mode so that content cannot be tampered with"
file:
path: "~{{ item.key }}/.bash_history"
attr: a
Expand Down

0 comments on commit 6b75297

Please sign in to comment.