From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 9 15:04:12 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED6A16A4CE for ; Thu, 9 Sep 2004 15:04:12 +0000 (GMT) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58DBA43D1D for ; Thu, 9 Sep 2004 15:04:12 +0000 (GMT) (envelope-from db@traceroute.dk) Received: from user4.cybercity.dk (user4.cybercity.dk [212.242.41.50]) by cicero0.cybercity.dk (Postfix) with ESMTP id AE1AC29567; Thu, 9 Sep 2004 17:04:03 +0200 (CEST) Received: from [10.0.0.3] (port132.ds1-arsy.adsl.cybercity.dk [212.242.239.73]) by user4.cybercity.dk (Postfix) with ESMTP id 8D11950CE5; Thu, 9 Sep 2004 17:04:03 +0200 (CEST) From: db To: Robert Dormer Date: Thu, 9 Sep 2004 17:05:13 +0200 User-Agent: KMail/1.7 References: <200409091630.36721.db@traceroute.dk> <200409091642.36082.db@traceroute.dk> <3174add604090907435928beb3@mail.gmail.com> In-Reply-To: <3174add604090907435928beb3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409091705.14526.db@traceroute.dk> cc: hackers@freebsd.org Subject: Re: Runtime loading X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 15:04:12 -0000 On Thursday 09 September 2004 16:43, Robert Dormer wrote: > glib provides a facility for this, and should be even more platform > portable.... Yes I know, but this is for security/lockdown, so I want it to compile/run using that is in FreeBSD's base system. I'll try to think about portability when writing the code, so that linux/solaris users can use lockdown with minor modifications. It is the keywords read from the configuration file I want to load at runtime, so that users can write their own keywords and make it easier for me to extend lockdown. br db