From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QrUMV-0002ID-KM for garchives@archives.gentoo.org; Thu, 11 Aug 2011 12:27:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF28721C2DE; Thu, 11 Aug 2011 12:27:22 +0000 (UTC) Received: from basement.kutulu.org (187.250.102.97.cfl.res.rr.com [97.102.250.187]) by pigeon.gentoo.org (Postfix) with ESMTP id 2CBE121C252 for ; Thu, 11 Aug 2011 12:26:29 +0000 (UTC) Received: from localhost (basement.kutulu.org [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id 994457D801F; Thu, 11 Aug 2011 08:26:28 -0400 (EDT) X-Virus-Scanned: amavisd-new at kutulu.org Received: from basement.kutulu.org ([127.0.0.1]) by localhost (basement.kutulu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p7TXU4K0TTmt; Thu, 11 Aug 2011 08:26:28 -0400 (EDT) Received: from [192.168.69.4] (wombat.kutulu.org [192.168.69.4]) by basement.kutulu.org (Postfix) with ESMTP id 2AF1A7D801C; Thu, 11 Aug 2011 08:26:28 -0400 (EDT) Message-ID: <4E43CA74.3090602@kutulu.org> Date: Thu, 11 Aug 2011 08:26:28 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-hardened@lists.gentoo.org Reply-to: gentoo-hardened@lists.gentoo.org MIME-Version: 1.0 To: gentoo-hardened@lists.gentoo.org CC: =?UTF-8?B?UmFkb3PFgmF3IFNtb2d1cmE=?= Subject: Re: [gentoo-hardened] SeLinux system_u:system_r:initrc_t inside KDE References: <201108102057.46586.mail@smogura.eu> In-Reply-To: <201108102057.46586.mail@smogura.eu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4cc17dd8694194c3c23e20f389ada679 On 8/10/2011 2:57 PM, Rados=C5=82aw Smogura wrote: > Hello, > > Problem mainly is about starnge ID system_u:system_r:initrc_t I have in= side > KDE's konsole (all applications started / KDE service has it too). > > There is simillar thread in mailing list, but I can't join. > > I installed Gentoo few weeks ago, then I conveted it to hardened (witho= ut > kernel patches), I reinstalled almost all packages few times including = xdm, > sysvinit, kdm, pam enusring I'm sysadm_t, but still I got above id. > > I think it should be somthing like user_u:user_r:user_t, which I get wh= en I > log thrugh ssh. > > System is of course running in permissive mode, and I use strict policy= . > > Any ideas why it is, and/or how to fix it? I've submitted a bug report to b.g.o about this; as near as=20 I can tell, neither kdm nor gdm ever actually tries to set=20 the execution context of their login sessions. They both=20 check for the presence of -lselinux at configure time but=20 don't appear to include any SELinux function calls. I'm still trying to track this down, but hopefully someone=20 more familiar with KDE or GNOME will figure it out quicker :) --Mike