summaryrefslogtreecommitdiffstats
path: root/src/path
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-06-26 18:55:14 +0200
committerLennart Poettering <lennart@poettering.net>2023-06-28 21:55:33 +0200
commit9a653235d12a795a8bd6adf6289ea735ccae71af (patch)
tree8e694d7628b95a3d2345fcfbce150f9ac0d331a9 /src/path
parentMerge pull request #28178 from mrc0mmand/nss-tests (diff)
downloadsystemd-9a653235d12a795a8bd6adf6289ea735ccae71af.tar.xz
systemd-9a653235d12a795a8bd6adf6289ea735ccae71af.zip
sd-path: add support for XDG_STATE_HOME
Diffstat (limited to 'src/path')
-rw-r--r--src/path/path.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path/path.c b/src/path/path.c
index 5266240247..1daa345ebe 100644
--- a/src/path/path.c
+++ b/src/path/path.c
@@ -41,6 +41,8 @@ static const char* const path_table[_SD_PATH_MAX] = {
[SD_PATH_USER_CONFIGURATION] = "user-configuration",
[SD_PATH_USER_RUNTIME] = "user-runtime",
[SD_PATH_USER_STATE_CACHE] = "user-state-cache",
+ [SD_PATH_USER_STATE_PRIVATE] = "user-state-private",
+
[SD_PATH_USER] = "user",
[SD_PATH_USER_DOCUMENTS] = "user-documents",
[SD_PATH_USER_MUSIC] = "user-music",