From 035bc69b7e1f7acd4c48548f1efd6009a59164ce Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 30 Jul 2025 20:11:04 -0400 Subject: rename database to pam_xdg.db --- src/pam_xdg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pam_xdg.cpp b/src/pam_xdg.cpp index de2d41f..353f443 100644 --- a/src/pam_xdg.cpp +++ b/src/pam_xdg.cpp @@ -10,7 +10,7 @@ #include #include -const std::filesystem::path DB_PATH = "/run/xdg_pam.db"; +const std::filesystem::path DB_PATH = "/run/pam_xdg.db"; const std::filesystem::path RUNTIME_DIRECTORY = "/run/user/"; namespace pam_xdg { -- cgit v1.2.3