From owner-freebsd-questions@FreeBSD.ORG Sat Dec 18 10:51:35 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 69FA91065670 for ; Sat, 18 Dec 2010 10:51:35 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id EF4C58FC17 for ; Sat, 18 Dec 2010 10:51:34 +0000 (UTC) Received: by wwf26 with SMTP id 26so1368479wwf.31 for ; Sat, 18 Dec 2010 02:51:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=+s9+7SFYyLPDZ4d42dXW9haS1/2LLuwDY2QSXwJwu3E=; b=gqTcOh38pJsMSPOHeRwRjB8Q6XrS5HyL1SIOflx5wASpq+UQzZhOd4SDMwYo6OkQKj SSSnDWYwa1eo5VCzpeqb8mcKKSp2V7kmhu83SwO2E3RNyzRWLsyU3jI2oSrIqvPgPA1G Lw2ha97h0IGQoWmaWOVp64rub+MWaUF7+SbOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qNBoV22QIaYt4EOUyLgKI6WsX0RYKqPvVDEqGyjYQ5gg50xyjLzp8QC4mrQ/fIgTGh 6peWZUbYS3YEXmZgswL9eoioYjhplNMRx2qN4n9bRojMvkyak5nNCNpGBgY3YkiGG6xm j6UzYTNj2bfc2YjIfQKrIuTmzxeoH5PcNfxnM= MIME-Version: 1.0 Received: by 10.216.52.143 with SMTP id e15mr5130642wec.44.1292669493843; Sat, 18 Dec 2010 02:51:33 -0800 (PST) Received: by 10.216.72.198 with HTTP; Sat, 18 Dec 2010 02:51:33 -0800 (PST) In-Reply-To: References: <4D0B4D1D.8010700@gmail.com> <20101217152709.GE94554@gizmo.acns.msu.edu> <4D0B84F5.4010905@unsane.co.uk> <20101217160221.GB94970@gizmo.acns.msu.edu> Date: Sat, 18 Dec 2010 10:51:33 +0000 Message-ID: From: krad To: David Brodbeck Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: SEBSD is dead? 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, 18 Dec 2010 10:51:35 -0000 On 17 December 2010 22:20, David Brodbeck wrote: > On Fri, Dec 17, 2010 at 8:02 AM, Jerry McAllister wrote: > > Anyway, SeLinux ain't 100% popular over there I noticed. > > Maybe it is just a matter of getting used to it. I got > > tired of reading the posts on it, so haven't figured out > > if they were substantive or just whiney. > > The problem with SELinux is it becomes very difficult to configure > properly if you don't have a normal, out-of-the-box configuration. > > For example, I never did figure out how to keep it from blocking an > rsync backup. I disabled it after that, because a system I can't back > up is pretty useless no matter how secure it is. :) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > not sure if it will work on all linuxs but this works fine for me on centos in enforcing mode setsebool -P rsync_disable_trans on