Skip to content
Snippets Groups Projects
Commit 97a776a8 authored by ale's avatar ale
Browse files

Disable time-change audit rules for trixie

There's no longer a "ntp" system user?
parent 73e7757b
No related branches found
No related tags found
No related merge requests found
Pipeline #84262 failed
......@@ -4,6 +4,8 @@
## General system rules
{# TODO: get rid of this section entirely? #}
{% if float_debian_dist != 'trixie' %}
# Record Events That Modify Date and Time Information
{% if ansible_architecture == "x86_64" %}
-a always,exit -F arch=b64 -F uid!=ntp -S clock_settime -k time-change
......@@ -11,6 +13,7 @@
{% endif %}
-a always,exit -F arch=b32 -F uid!=ntp -S clock_settime -k time-change
-a always,exit -F arch=b32 -F uid!=ntp -S adjtimex -S settimeofday -S stime -k time-change
{% endif %}
-w /etc/localtime -p wa -k time-change
# Record Events That Modify User/Group Information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment