From owner-freebsd-emulation@freebsd.org Thu Jun 9 09:50:56 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A322AEE95F for ; Thu, 9 Jun 2016 09:50:56 +0000 (UTC) (envelope-from hannes.hauswedell@fu-berlin.de) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 156E91ECA for ; Thu, 9 Jun 2016 09:50:56 +0000 (UTC) (envelope-from hannes.hauswedell@fu-berlin.de) Received: by mailman.ysv.freebsd.org (Postfix) id 111F1AEE95E; Thu, 9 Jun 2016 09:50:56 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E4D7AEE95D for ; Thu, 9 Jun 2016 09:50:56 +0000 (UTC) (envelope-from hannes.hauswedell@fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9D8C1EC8 for ; Thu, 9 Jun 2016 09:50:55 +0000 (UTC) (envelope-from hannes.hauswedell@fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1bAwc1-002RgW-3d>; Thu, 09 Jun 2016 11:50:53 +0200 Received: from celegans.imp.fu-berlin.de ([160.45.111.134]) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (envelope-from ) id <1bAwc0-001Bbn-Sg>; Thu, 09 Jun 2016 11:50:52 +0200 From: Hannes Hauswedell To: Johannes Jost Meixner Cc: emulation@freebsd.org Subject: Re: files installed with wrong permissions Date: Thu, 09 Jun 2016 11:50:51 +0200 Message-ID: <2185212.CmmpcziNQS@celegans.imp.fu-berlin.de> Organization: MPI MolGen / FU-Berlin In-Reply-To: <209e8352-0d77-0227-f325-2582c07100a9@meixner.dk> References: <1666371.IKhaxEeBeE@celegans.imp.fu-berlin.de> <209e8352-0d77-0227-f325-2582c07100a9@meixner.dk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-Originating-IP: 160.45.111.134 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 09:50:56 -0000 Am Donnerstag, 9. Juni 2016, 04:51:47 schrieb Johannes Jost Meixner: > Moin Hannes, > > Which files in particular do you refer to? All of them :) I think basically whatever rpm install procedure is used uses the umask of the calling user (root) instead of rw-r--r-- Regards from Berlin ;) Hannes