diff options
author | John Turner <jturner.usa@gmail.com> | 2025-07-30 20:11:04 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-07-30 20:11:04 -0400 |
commit | 035bc69b7e1f7acd4c48548f1efd6009a59164ce (patch) | |
tree | 8480cb5626b261c249667b64b2147c018ed65644 | |
parent | 432cd2fe2f2e33b2cc8bec60246ea59b7e2210f9 (diff) | |
download | pam_xdg-035bc69b7e1f7acd4c48548f1efd6009a59164ce.tar.gz |
rename database to pam_xdg.db
-rw-r--r-- | src/pam_xdg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <format> #include <print> -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 { |