diff --git a/debuginfo.conf b/debuginfo.conf index 97e39e6..99dc610 100644 --- a/debuginfo.conf +++ b/debuginfo.conf @@ -8,5 +8,7 @@ # See tmpfiles.d(5) for details # Clear tmp directories separately, to make them easier to override -d /var/cache/debuginfo/lib 755 root root 10d -d /var/cache/debuginfo/src 755 root root 1d +# Unfortunatly tmpfiles doesn't change the ownership for things if they +# are not listed. +d /var/cache/debuginfo/lib 755 dbginfo dbginfo 10d +d /var/cache/debuginfo/src 755 dbginfo dbginfo 1d