From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 02:38:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C4FE1065695 for ; Thu, 2 Oct 2008 02:38:53 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 72E448FC14 for ; Thu, 2 Oct 2008 02:38:52 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id m922dAC1069978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Oct 2008 09:39:10 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id m922hQ0p032206; Thu, 2 Oct 2008 09:43:26 +0700 (ICT) Date: Thu, 2 Oct 2008 09:43:26 +0700 (ICT) Message-Id: <200810020243.m922hQ0p032206@banyan.cs.ait.ac.th> From: Olivier Nicole To: juancr@dsa.es In-reply-to: <54674.217.114.136.134.1222857247.squirrel@mail.dsa.es> (juancr@dsa.es) References: <54674.217.114.136.134.1222857247.squirrel@mail.dsa.es> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Securing system with kern.securelevel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 02:38:53 -0000 Hi, > Which would be the correct secure level ? 1, 2, or 3? Not sure, I usually use level 1 across the servers. > Also, where i must put the kern.securelevel? $ grep secure /etc/rc.conf kern_securelevel="1" kern_securelevel_enable="YES" Best regards, Olivier