Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758284Ab1EZTJK (ORCPT ); Thu, 26 May 2011 15:09:10 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:60023 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752807Ab1EZTJH (ORCPT ); Thu, 26 May 2011 15:09:07 -0400 MIME-Version: 1.0 In-Reply-To: References: <20110525191152.GC19633@outflux.net> <20110526184723.GA3177@elte.hu> Date: Thu, 26 May 2011 15:09:06 -0400 Message-ID: Subject: Re: [PATCH 3/5] v2 seccomp_filters: Enable ftrace-based system call filtering From: Eric Paris To: david@lang.hm Cc: Ingo Molnar , Linus Torvalds , Will Drewry , Colin Walters , Kees Cook , Thomas Gleixner , Peter Zijlstra , Steven Rostedt , linux-kernel@vger.kernel.org, James Morris Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1512 Lines: 32 On Thu, May 26, 2011 at 3:05 PM, wrote: > On Thu, 26 May 2011, Ingo Molnar wrote: > >> * Linus Torvalds wrote: >> >>> It also gets rid of all configuration - one of the things that >>> makes most security frameworks (look at selinux, but also just >>> ACL's etc) such a crazy rats nest is the whole "set up for other >>> processes". If it's designed very much to be about just the "self" >>> process (after initialization etc), then I think that avoids pretty >>> much all the serious issues. >> >> That's how the event filters work currently: even when inherited they >> get removed when exec-ing a setuid task, so they cannot leak into >> privileged context and cannot modify execution there. >> >> Inheritance works when requested, covering only same-credential child >> tasks, not privileged successors. > > this is a very reasonable default, but there should be some way of saying > that you want the restrictions to carry over to the suid task (I really know > what I'm doing switch) You mean the "i'm a hacker and want to be able to learn about tasks I shouldn't be able to learn about" switch? No. You either get out of the way on SUID or refuse to launch SUID apps. Those are the only reasonable choices. -- 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/