From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6771799112287256576 X-Received: by 2002:a17:906:648d:: with SMTP id e13mr14101332ejm.73.1580136688874; Mon, 27 Jan 2020 06:51:28 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:7f99:: with SMTP id f25ls678546ejr.5.gmail; Mon, 27 Jan 2020 06:51:28 -0800 (PST) X-Google-Smtp-Source: APXvYqxdhqhB3WJNqo99GMIKyV6JBzSnrALNzAsQXRKq5ygz80NkPs6QY1PHGEJdj05TP9gaQVwH X-Received: by 2002:a17:906:70f:: with SMTP id y15mr14201245ejb.44.1580136688032; Mon, 27 Jan 2020 06:51:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580136688; cv=none; d=google.com; s=arc-20160816; b=Df0sKgb3W8EjPQZqwE2SGXSqKvfEtJ3/fcPaNMhcWeyo/5PMvHiDXrX53C0Hw+xPAk SUGKRAO2IZxi54If6AjrvLiGBoLf+VEvboSqnE1pLL+wD+ux1731H7WPcwwIBSrpKw3D JafPWUmHibjqFrSe2mavC/FPGPIfiVMzqMuByF90Lou0lKR+vIp/frzr0JU6tCQNEa1G Dfqq4vgATTIUFKHOI/VT7EaNGGT9bcLXhfOFLrE0MIvO3vZYRW8eOSAiLqidwXySSrGE 3evwVD8Ry2SJWYi/DlaoJYBVrCicVLAznx3umnZbzREDR6lPsRER9uzSLm7QI/clbqHV TDKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=JIRpmxgjDJUFGd2oubKTr/D8feCe2fmsjrrPkJODGso=; b=Wi0Lx/o28EdaQ51klcC+YgtxRM+R0RK1Wv8+Ra8dDrwi6KdZh6xBj7sRrZ4nuIxw53 8ulJjNWGojFXzYkmjLyvG1qN7cQBucrbcIeZfMjK0Zd5yvXZzO1ypHjS+xZSQRhoK8CB Aks2Y7qEq4wJLwNqshe17JI9pK5Kruz/sFzzLrLbyM2/r5bEbFu6k8feKH4zlLljVcuh VEfolAvHkR08weC6+DOauHx8sQO4nFK31p5PMM/1wmKmE8O49RNQaWv4KYqBDuCelTY6 Kqs4BNCy8JwwbNipEU4K4isN9qufDcAkRzZtXfjHqN0ZbLCULP5dUd/9d7t+tz2f0SJr vt/Q== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id cc24si586720edb.5.2020.01.27.06.51.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 Jan 2020 06:51:27 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 00REpPYY009753 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 27 Jan 2020 15:51:27 +0100 Date: Mon, 27 Jan 2020 15:51:25 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH 1/2] meta: targz-img: chown image file to building user Message-ID: <20200127145125.llxmwv2bzswy7clw@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20191218151903.6822-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191218151903.6822-1-henning.schild@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: RlN001EVxlYf On Wed, Dec 18, 2019 at 04:19:02PM +0100, Henning Schild wrote: > Make sure the image is not owned by root:root. Thanks, applied to next. With kind regards, Baurzhan.