From owner-freebsd-questions@FreeBSD.ORG Sun Mar 21 06:48:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20EB816A4CE for ; Sun, 21 Mar 2004 06:48:36 -0800 (PST) Received: from kv.net.pl (zoonet.kv.net.pl [80.48.154.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8CA43D3F for ; Sun, 21 Mar 2004 06:48:34 -0800 (PST) (envelope-from ner0@kv.net.pl) Received: (qmail 27105 invoked by uid 98); 21 Mar 2004 14:58:09 -0000 Received: from ner0@kv.net.pl by serwer.kv.net.pl by uid 82 with qmail-scanner-1.20 Clear:RC:0(192.168.0.28):SA:0(0.0/5.0):. Processed in 6.490307 secs); 21 Mar 2004 14:58:09 -0000 Received: from unknown (HELO nero) (ner0@192.168.0.28) by zoonet.kv.net.pl with RC4-MD5 encrypted SMTP; 21 Mar 2004 14:58:02 -0000 Message-ID: <000701c40f53$c0b36120$1c00a8c0@nero> From: "ner0" To: Date: Sun, 21 Mar 2004 15:49:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on serwer.kv.net.pl X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: Subject: Mandatory Access Control X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 14:48:36 -0000 Hello, Where can i find good tutorial / hints / document (or other) about MAC and maclabels. I asked on usenet, i searched in google and there is nothing any good resources. Why itsn't have good documentation? I got first small problem: # touch 1 # getfmac 1 1: biba/high # setfmac biba/low 1 setfmac: labeling not supported in 1 # why? I did (tunefs -l enable), I have MAC option in kernel, and mac biba enabled in loader.conf I only try to build very secure system but I don't know how to use mac. Thanks for any help. -- ner0