From owner-freebsd-questions@freebsd.org Sun Dec 6 21:43:21 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A2B29A0021 for ; Sun, 6 Dec 2015 21:43:21 +0000 (UTC) (envelope-from schultz@ime.usp.br) Received: from iris.ime.usp.br (iris.ime.usp.br [143.107.45.5]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB711D8A for ; Sun, 6 Dec 2015 21:43:20 +0000 (UTC) (envelope-from schultz@ime.usp.br) Received: from hpmini (unknown [187.65.219.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: schultz@iris.ime.usp.br) by iris.ime.usp.br (Postfix) with ESMTPSA id 388222900381; Sun, 6 Dec 2015 19:43:16 -0200 (BRST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ime.usp.br; s=mail; t=1449438199; bh=tt5UbWAxTAQWE3f6TGRDVGZzsf73psLjlno5IlEBu7Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SKk+VM6QAKB+cyfkIRRgKaNd0jsobGfF67Ct7DaDjiWUD/49eYdLBtfZdQHf3TP0D 7oob8eB+QGuCxjBN/gL+CrBmPSsDhiqLeAPzWCrbRU7C0fEKFISzSVMec/IlPMWDor 7AOjm7tYOgoX6JAuzE1GDU8uwRtz5teXM7enE588= Date: Sun, 6 Dec 2015 19:44:56 -0200 From: =?utf-8?B?THXDrXM=?= Fernando Schultz Xavier da Silveira To: Terje Elde Cc: Anton Sayetsky , freebsd-questions@freebsd.org Subject: Re: OSS in jail Message-ID: <20151206214455.GA5435@hpmini> References: <20151206194401.GA3860@hpmini> <20151206194851.GA4044@hpmini> <20151206195709.GA4100@hpmini> <87C55BB9-84B2-43B0-BD7D-2E045753C83C@elde.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87C55BB9-84B2-43B0-BD7D-2E045753C83C@elde.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on iris.ime.usp.br X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 21:43:21 -0000 This is very promising. I will give it a shot. Thanks very much. On Sun, Dec 06, 2015 at 09:19:24PM +0100, Terje Elde wrote: > > > On 06 Dec 2015, at 20:57, Luís Fernando Schultz Xavier da Silveira wrote: > > > > This is the precise problem. > > I need either a stronger form of access control than unix permissions > > or two separate devices for playback and recording. > > Or maybe a separate OSS stack, in the spirit of VIMAGE. > > These options seem unrealistic, but the use case does not seem > > unreasonable, which is why I pose the question. > > Although I haven't tested it for devices, it's likely you can solve this by using MAC, and the "file system firewall"; mac_bsdextended > > Effectively you can define "firewall rules" for the file system, and thus block reads from the dsp. > > Might be a learning curve to get things right though. > > Terje > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"