diff options
Diffstat (limited to 'src/pam_xdg.cpp')
-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 { |