From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#38422: .png files in /gnu/store with executable permissions (555) Date: Fri, 29 Nov 2019 11:59:46 +0100 Message-ID: References: <20191129075938.GA55971@PhantoNv4ArchGx.localdomain> <87r21r9fn1.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51341) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaeEW-0002vP-8y for bug-guix@gnu.org; Fri, 29 Nov 2019 06:14:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iae1H-0006ZC-JG for bug-guix@gnu.org; Fri, 29 Nov 2019 06:01:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53434) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iae1H-0006YX-Ec for bug-guix@gnu.org; Fri, 29 Nov 2019 06:01:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iae1G-00059d-Dh for bug-guix@gnu.org; Fri, 29 Nov 2019 06:01:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r21r9fn1.fsf@elephly.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 38422@debbugs.gnu.org Hi, On Fri, 29 Nov 2019 at 11:43, Ricardo Wurmus wrote: > Maybe I=E2=80=99m missing something, but none of the above are PNGs. > Most of them are executables, others are directories, so having them > executable is expected. I am not sure to understand the issue but for example: find /gnu/store/ -type f -perm /111 -iname '*.png' -print returns this file: /gnu/store/xj7kn8vw1nkcg7qpl3491b831p88i9wn-python-coverage-4.5.3/lib/pytho= n3.7/site-packages/coverage/htmlfiles/keybd_open.png Hope that helps, simon