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
Fapd Handle is_valid() or is_active() exception: DbusFailure(D-Bus error: Failed to get file context on /usr/lib/systemd/system/fapolicyd.service. (org.freedesktop.DBus.Error.AccessDenied))
Appears to be an unhandled state when querying dbus.
This was originally flattened out, looks like regression in 594bee0 where I started propagating the exception instead.
The original valid check is infallible contract should be restored.
The text was updated successfully, but these errors were encountered:
The active check now uses the unit's loaded status to determine validity.
This check may not be entirely accurate in general, but it is an
improvement and works in the cases we are concerned about.
Also: The cargo-vendor-filterer crate recently released a new version
that requires Rust 1.64. This PR pins our install in the Makefile to the
previous v0.5.8 for el8 compat.
Also: Commits the lock file which was missed back in #845Closes#851
Fix a regression from 594bee0 by flattening the service valid check to
false on dbus error.
The original contract of the valid check was that it was infallible in
order to provide a simple way to check service status. The change was an
unintentional artifact left from debugging while improving the service
status checks.
Closes#860
Appears to be an unhandled state when querying dbus.
This was originally flattened out, looks like regression in 594bee0 where I started propagating the exception instead.
The original valid check is infallible contract should be restored.
The text was updated successfully, but these errors were encountered: