You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a way to run user-provided auditd on talos v1.9.
Description
As per #9620 talos v1.9 comes with an auditd-like service. @frezbo told me the motivation for this feature is debugging SELinux policies. As the feature is implemented right now I believe this can not run in tandem with a user-provided auditd since IIRC only one application may bind to the kernel's audit socket.
Possible solutions:
provide a control to disable talos auditd service
apparently there is a way to run additional listeners on the audit socket (see Use netlink multicast group to receive audit logs elastic/beats#4850). Could talos auditd feature use this instead of binding the audit socket exclusively? Imho. it would also make sense to not call the talos audit feature auditd since it isn't a real instance (or 1:1 implementation) of auditd.
The text was updated successfully, but these errors were encountered:
Feature Request
Provide a way to run user-provided
auditd
on talos v1.9.Description
As per #9620 talos v1.9 comes with an auditd-like service. @frezbo told me the motivation for this feature is debugging SELinux policies. As the feature is implemented right now I believe this can not run in tandem with a user-provided
auditd
since IIRC only one application may bind to the kernel's audit socket.Possible solutions:
auditd
serviceauditd
since it isn't a real instance (or 1:1 implementation) ofauditd
.The text was updated successfully, but these errors were encountered: