mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 16:24:45 +00:00
Check /run/fips/ directory existence instead of the socket file inside it. Users not in the fips group can stat the directory but not traverse it, so the socket file check silently returned false and fell back to $XDG_RUNTIME_DIR with a misleading "No such file" error.