From owner-freebsd-questions@FreeBSD.ORG Sat Feb 13 01:33:09 2010 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 3791A1065676 for ; Sat, 13 Feb 2010 01:33:09 +0000 (UTC) (envelope-from kkiller@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id C45F48FC08 for ; Sat, 13 Feb 2010 01:33:08 +0000 (UTC) Received: by ewy3 with SMTP id 3so3230683ewy.13 for ; Fri, 12 Feb 2010 17:33:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ecs4eWm/ayNlH+cR+1b9E6OiAUit+UCkyVeuv0xd49Q=; b=X2RClWP1knXTjZkjlLUdE/ySF3d3e9OBwRmXi9y9/wJwmkG6owKnZ+AFnaIWzDKL4L nnWtPfz/g+gwSM69r2R6E8fU41yreq8HKpyF/lfzY7SK9jQmj1yZlkGQrqnTOAk+nKNZ syASbQeh/mAE8tI92+5fQvwAK+XDzko6vxZ+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=iHD6uJ/oS2Cun8II8qMJqiZvBatGIIJhf1NZyZrSDGnCsMugN7al8zw/bQEarUbmy/ 412nZi+H3YrBUXpaYa9I20te4W23ZvM5bk8f3+PUwBK6OddwR/U/EIqkPo/+CAKZlnCy 4iX/Lg6RrTUrXd66Y/7vbWxtN7RRl8YoEWiaw= MIME-Version: 1.0 Received: by 10.216.164.11 with SMTP id b11mr446412wel.169.1266024787770; Fri, 12 Feb 2010 17:33:07 -0800 (PST) Date: Sat, 13 Feb 2010 02:33:07 +0100 Message-ID: From: Jurif To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: The MAC portacl Module 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: Sat, 13 Feb 2010 01:33:09 -0000 Hi! I'd like to set security.mac.portacl.rules but my kernel doesn't include it --$ sysctl security.mac.portacl.rules sysctl: unknown oid 'security.mac.portacl.rules' What options i need to add to kernel config file before i recompile kernel to add support for this mac portacle ? Regards, Jurif