jcloude/press/playbooks/roles/auditd/templates/time_change.rules.j2
2025-12-23 19:17:16 +08:00

7 lines
360 B
Django/Jinja

-a always,exit -F arch=b32 -S adjtimex -S settimeofday -S stime -k time-change
-a always,exit -F arch=b32 -S clock_settime -k time-change
{% if ansible_architecture == 'x86_64' -%}
-a always,exit -F arch=b64 -S adjtimex -S settimeofday -k time-change
-a always,exit -F arch=b64 -S clock_settime -k time-change
{% endif %}
-w /etc/localtime -p wa -k time-change