Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760056AbXFUSFr (ORCPT ); Thu, 21 Jun 2007 14:05:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757577AbXFUSFj (ORCPT ); Thu, 21 Jun 2007 14:05:39 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:35610 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756436AbXFUSFi (ORCPT ); Thu, 21 Jun 2007 14:05:38 -0400 Date: Thu, 21 Jun 2007 20:05:57 +0200 From: Adrian Bunk To: Alexander Wuerstlein Cc: Alexander Wuerstlein , linux-kernel@vger.kernel.org Subject: Re: [PATCH] signed binaries support [0/4] Message-ID: <20070621180557.GR12950@stusta.de> References: <20070621155516.GA6838@faui01.informatik.uni-erlangen.de> <20070621161758.GP12950@stusta.de> <20070621162917.GB9741@cip.informatik.uni-erlangen.de> <20070621172344.GQ12950@stusta.de> <20070621173445.GF9741@cip.informatik.uni-erlangen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20070621173445.GF9741@cip.informatik.uni-erlangen.de> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2670 Lines: 64 On Thu, Jun 21, 2007 at 07:34:45PM +0200, Alexander Wuerstlein wrote: > On 070621 19:26, Adrian Bunk wrote: > > On Thu, Jun 21, 2007 at 06:29:17PM +0200, Alexander Wuerstlein wrote: > > > On 070621 18:19, Adrian Bunk wrote: > > > > On Thu, Jun 21, 2007 at 05:55:16PM +0200, Johannes Schlumberger wrote: > > > > > > > > > Hi, > > > > > > > > Hi Johannes, > > > > > > > > > We (two students of CS) built a system for signing binaries and verifying them > > > > > before executing. Our main focus was to implement a way to inhibit execution > > > > > of suid-binaries, which are not trustworthy (i.e. not signed). > > > > >... > > > > > > > > doesn't anyone who is able to install a not trustworthy suid-binary > > > > already have the priviliges to do anything he wants to without requiring > > > > an suid bit? > > > > > > Yes, quite correct in most cases. But if you have taken control of a computer > > > on of the more common ways to keep the control for some time is the > > > installation of a suid-binary (e.g. as part of a rootkit). > > > > There are so many ways for manipulating a computer that controlling > > setuid binaries hardly brings a real security gain. > > Even if it does not really improve security too much it can be helpful as a > part of a larger system. For example around here we use a 'sbit-checker' that > basically does a 'find' and 'chmod', which we would be able to replace by this > patch. Something that sounds as if it would increase security but doesn't really increase security is actually bad since it gives users a false impression of security. > Also our patch is not solely about suid-binaries, we just implemented > suid-checking because it seemed a simple and obvious thing to do. Our real aim > was to implement binary signatures, which can be used in numerous security > related checks around the kernel. Btw. if you have any good ideas where one > could use them, please tell us :) Linux systems usually ship and heavily use interpreters like bash, perl or python. Does writing an ELF loader in perl circumvent everything you want to do? > Ciao, > Alexander Wuerstlein. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/