From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Mon, 30 Aug 2010 09:52:47 +0200 (CEST) Message-ID: <4C7B634A.60302@redhat.com> Date: Mon, 30 Aug 2010 09:52:42 +0200 From: Milan Broz MIME-Version: 1.0 References: <4C7B091A.3060906@gmail.com> In-Reply-To: <4C7B091A.3060906@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] OT: Just for fun , outputing a sound as access granted or denied List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aaron Lewis Cc: dm-crypt@saout.de On 08/30/2010 03:27 AM, Aaron Lewis wrote: > I did a small modification , make cryptsetup funny , these code is not > secure as i didn't verify changes on ogg123 & sound files. This is some kind of "find 5 security problems" cartoon? :-) Seriously, please do not post such things here, cryptsetup runs with root privileges and you introduced nice "backdoor" here... (This reminds me http://xkcd.com/327/ :-) Anyway, there are also exit codes, so you can do this using simple shell script so it is also completely wrong approach, sorry. Milan