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
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
/usr/local/sbin/selinux_server_dispatch.py - it sends org.selinux.mac_status DBUS signal when an MAC_STATUS event comes from audit
/etc/audisp/plugins.d/selinux-server-dispatch.conf - audit dispather config files which ensures that audit event will be sent to stdin of selinux_server_dispatch.py. Note: you need to reload auditd after you deploy this files: systemctl reload auditd
This is a preview how we can send signals about SELinux changes. And it's more appropriate to be in SELinux userspace than in setroubleshoot.
Also, if we introduce something new, it would be nice to follow the convention of using CamelCase, i.e. in this case I think it would be appropriate to call the object MacStatus.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to receive notification of the enforce state of a system changes.
@bachradsusi pointed out that we can track messages like
but that feels cumbersome.
The text was updated successfully, but these errors were encountered: