Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751100AbVICU3t (ORCPT ); Sat, 3 Sep 2005 16:29:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751266AbVICU3t (ORCPT ); Sat, 3 Sep 2005 16:29:49 -0400 Received: from nproxy.gmail.com ([64.233.182.201]:41508 "EHLO nproxy.gmail.com") by vger.kernel.org with ESMTP id S1751100AbVICU3s convert rfc822-to-8bit (ORCPT ); Sat, 3 Sep 2005 16:29:48 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fa2oa0iYi4qW53L+WGVp4aQJd7oiFXNim3U2Z+qPg7IEnjLIUCPhSkd+tZrJUOgdIJvPz70aqqY8CL0bnw4fMQKvj3PxXf+VV+eQ4LOsnTqUMacWb6dlCUkCmkvZchTyrIxVM8lPzgporT5QUoUpQzNjQDrPXboa4327OGb/j/o= Message-ID: <81b0412b05090313296bcd2a85@mail.gmail.com> Date: Sat, 3 Sep 2005 22:29:42 +0200 From: Alex Riesen To: Andreas Hartmann Subject: Re: forbid to strace a program Cc: linux-kernel@vger.kernel.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 841 Lines: 21 On 9/3/05, Andreas Hartmann wrote: > Hello! > > Is it possible to prevent a program to be straced on x86? > What do I have to do, eg., to prevent a perl-program to be straced? > So that none can see what are you doing? Or because your program is breaking because of this? Probably nothing, but someone would like to know what it is you are doing and exactly how it breaks (and, if you don't mind - why it breaks). Actuall, you can prevent a program of being straced (or debugged, for that matter): run it as another user. Root still can strace anything, though. - 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/