X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7D800DC01C6 for ; Sat, 19 Jul 2014 11:31:43 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id c11so2682865lbj.37 for ; Sat, 19 Jul 2014 04:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=ksd7wtjXrR1DrJl4UNTy+uB3lkZFeRge0koYkoSXoD4=; b=Vi+Ga4F45xdVNRJ+tYPlqMqh6CERgcNdz4g5bBFIViN3BBZrVY5YLmLGaPYhzPGVVz z1pUDb/G6py949R/1h5iyFJqJHArQKECEb7y5kOJ2THhr9EzX8o7RTaDuZhbUAetBH97 uhV2h1YdWDIClTcEQvFkydefC8wZBjQY6C3FAR6xEygTrE8dq18N1H+/XXb94OvmRQXX JxvRtoTQKEpUsrH1NPLX6Et0mISk+U3ynFIaxBacoT+urttTFTP9DYQIlz5HZUix6Kgd gJx14JIaSVoFwAB6MxSiYIqYBHXBd4aFDgcEzfXvxzmyquGALq/OUkHxoBbiB772+xLy 4xbQ== X-Received: by 10.112.157.68 with SMTP id wk4mr10941078lbb.85.1405769500480; Sat, 19 Jul 2014 04:31:40 -0700 (PDT) Received: from vostro (mail.fi.jw.org. [83.145.235.193]) by mx.google.com with ESMTPSA id wv7sm6577286lac.30.2014.07.19.04.31.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Jul 2014 04:31:40 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Sat, 19 Jul 2014 14:31:35 +0300 From: Timo Teras To: Paul Onyschuk Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Firefox not starting for normal user after Xorg update Message-ID: <20140719143135.53ab1d17@vostro> In-Reply-To: <20140719121811.b5989b5aa59ffcac0a40333b@bojary.koba.pl> References: <20140719121811.b5989b5aa59ffcac0a40333b@bojary.koba.pl> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) 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 Hi, On Sat, 19 Jul 2014 12:18:11 +0200 Paul Onyschuk wrote: > Alpine Edge x86_64, after Xorg update launching Firefox by normal user > (in video group): > > [ 39.116209] firefox[1597]: segfault at 8 ip 00006ba1e25a296d sp > 00007b56f8e9fdd0 error 4 in i915_dri.so[6ba1e2355000+65f000 ] > > On the other hand with elevated privileges e.g. by "sudo firefox" it > starts just fine. Did Xorg update introduce some change, when it > comes to permissions - requirement for different group? I bumped into this exact same issue just yesterday. It seems to be grsec preventing access to /sys (by modifying the default permissions). And apparently the new i915 module wants to open stuff there. Not sure if we should patch grsec, the driver, or somehow adjust the /sys permissions. Should probably ask from grsec people what to do. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---