mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-08-23 15:37:33 +00:00
Change tmpfiles.d configuration
Use the dbginfo user for the directories. Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com>
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user