7ccf316c
by Allan McRae at 2025-01-09T12:14:25+10:00
Provide a default sandboxuser
If sandboxuser is not set, pacman/libalpm does not handle moving
incomplete download files out of the temporary download directories
and into the cache. This leave download_XXXXXX directories in the
cache that cause warnings on -Sc operations.
Initialise the sandboxuser with the username of UID 0 (root on most
systems).
Fixes #209.
Signed-off-by: Allan McRae <allan@archlinux.org>