feat(audit): add AWS encryption provider audit rules and update encryption provider script
This commit is contained in:
@@ -150,6 +150,11 @@
|
||||
-w /usr/sbin/runc -p rwxa -k docker
|
||||
-w /var/run/docker.sock -p rwxa -k docker
|
||||
|
||||
{% if auditd_encryption_kms_socket is defined %}
|
||||
# AWS encryption provider
|
||||
-w {{ auditd_encryption_kms_socket | dirname }} -p rwxa -k aws-encryption-provider
|
||||
{% endif %}
|
||||
|
||||
# Group modifications
|
||||
-w /etc/group -p wa -k group-modification
|
||||
-w /etc/gshadow -p wa -k group-modification
|
||||
|
||||
Reference in New Issue
Block a user