mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-03 12:21:49 +00:00
Use the dbginfo user for the directories. Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com>
15 lines
600 B
Plaintext
15 lines
600 B
Plaintext
# This file is stolen from systemd and tweaked.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
# See tmpfiles.d(5) for details
|
|
|
|
# Clear tmp directories separately, to make them easier to override
|
|
# 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
|