bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
675 stars 78 forks source link

util/audit: Revert UTIL_AUDIT_TYPE_SELINUX_ERROR audit type. #241

Closed pebenito closed 3 years ago

pebenito commented 3 years ago

After discussions on the SELinux mail list related to the content of audit messages that libselinux generates, it was determined that no SELINUX_ERROR messages are auditable after all. In the future, if there are ones that need to be audited, they will have a different value in the libselinux log callback and this can be restored.

Audit messages added in bus1/dbus-broker#240 are still appropriate.

Signed-off-by: Chris PeBenito chpebeni@linux.microsoft.com

pebenito commented 3 years ago

Sorry for the churn on this.

pebenito commented 3 years ago

I submitted a libselinux patch to clarify what should be audited from the libselinux log callback so this mistake isn't repeated, as other projects have this too.

dvdhrm commented 3 years ago

No worries. Thanks for the update!