1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

import: downgrade error messages we ignore to LOG_WARNING

This commit is contained in:
Lennart Poettering 2021-01-22 20:39:29 +01:00
parent 052ba0ebae
commit 6a117acf5e

View File

@ -110,11 +110,11 @@ int import_fork_tar_x(const char *path, pid_t *ret) {
}
if (unshare(CLONE_NEWNET) < 0)
log_error_errno(errno, "Failed to lock tar into network namespace, ignoring: %m");
log_warning_errno(errno, "Failed to lock tar into network namespace, ignoring: %m");
r = capability_bounding_set_drop(retain, true);
if (r < 0)
log_error_errno(r, "Failed to drop capabilities, ignoring: %m");
log_warning_errno(r, "Failed to drop capabilities, ignoring: %m");
/* Try "gtar" before "tar". We only test things upstream with GNU tar. Some distros appear to
* install a different implementation as "tar" (in particular some that do not support the