X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 1C23EDC1489 for ; Mon, 13 Jan 2014 15:30:20 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 57D43BC13DC; Mon, 13 Jan 2014 15:30:19 +0000 (UTC) Date: Mon, 13 Jan 2014 16:30:15 +0100 From: Natanael Copa To: lists@cioccolatai.it Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] messagebus uid/gid and binaries Message-ID: <20140113163015.0a635406@ncopa-desktop.alpinelinux.org> In-Reply-To: <20140110152150.GH2755@127.0.0.1> References: <20140110152150.GH2755@127.0.0.1> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.20; x86_64-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 10 Jan 2014 16:21:50 +0100 lists@cioccolatai.it wrote: > Hi, > > background: alpine-mini-2.7.3-x86_64.iso fresh hd install using: > http://wiki.alpinelinux.org/wiki/Install_to_disk > > is there any reason for having a lot of binaries owned by the messagebus > user, or is a bug (in the build system maybe)? This looks like a broken fakeroot. I wonder why/when that happened. Also wonder what packages are affected. > > # find /var /usr /sbin /lib -user messagebus -ls : > 8065 40 -rwxr-xr-x 1 messagebus messagebus 38176 Oct 30 09:32 /usr/sbin/chroot ... > apart from this, maybe is better to use the reserved "system" uid/gid with the > -S flag in the adduser command? > http://git.alpinelinux.org/cgit/aports/commit/?id=5a7acc3218ecf44b19312ba9b5d4962828e9ec97 > > # id messagebus > uid=1000(messagebus) gid=1000(messagebus) groups=1000(messagebus) > > thnx, > I. You are right. Will look into that. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---