From owner-trustedbsd-discuss@FreeBSD.ORG Wed Aug 30 18:28:53 2006 Return-Path: X-Original-To: trustedbsd-discuss@freebsd.org Delivered-To: trustedbsd-discuss@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A100F16A4DA for ; Wed, 30 Aug 2006 18:28:53 +0000 (UTC) (envelope-from 473219@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10FD943D46 for ; Wed, 30 Aug 2006 18:28:52 +0000 (GMT) (envelope-from 473219@googlemail.com) Received: by nf-out-0910.google.com with SMTP id n15so223105nfc for ; Wed, 30 Aug 2006 11:28:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dbpYmpzV7rJzm+wkFEFgL0ZgYgN46iTscinCB9Jd8AJBiUu6clMTWPnjEeAXauFAkobngjiRNIXxBcPqpuCyuSEEWkD96Si97ZybvpNNUHJEUirPNvGjXz7CJ0c2FWPc71N41Gu8e9SFPiXWJ2gm33Neo4RiVCIHjWwndQFUehQ= Received: by 10.49.8.15 with SMTP id l15mr90500nfi; Wed, 30 Aug 2006 11:28:51 -0700 (PDT) Received: by 10.49.65.10 with HTTP; Wed, 30 Aug 2006 11:28:51 -0700 (PDT) Message-ID: Date: Wed, 30 Aug 2006 19:28:51 +0100 From: 473219@googlemail.com To: trustedbsd-discuss@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Kernel module to deny execution of unsigned binaries? X-BeenThere: trustedbsd-discuss@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD General Discussion List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 18:28:53 -0000 Hi, Is it possible in TrustedBSD to prevent the execution of binaries whose path names + checksums are not listed in an "Approved" list? Thanks in advance!