Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/level-1/6.1.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
owner: root
group: root
mode: 0600
when: cis_st.stat.mode != 0600
when: cis_st.stat.mode != "0600"
tags:
- level-1
- section-6
Expand Down
2 changes: 1 addition & 1 deletion templates/audit.rules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 4.1.4 Ensure events that modify date and time information are collected
-a always,exit -F arch=b64 -S adjtimex -S settimeofday -k time-change
-a always,exit -F arch=b32 -S adjtimex -S settimeofday -S stime -k time- change
-a always,exit -F arch=b32 -S adjtimex -S settimeofday -S stime -k time-change
-a always,exit -F arch=b64 -S clock_settime -k time-change
-a always,exit -F arch=b32 -S clock_settime -k time-change
-w /etc/localtime -p wa -k time-change
Expand Down