From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QHMoA-00037A-FJ for garchives@archives.gentoo.org; Tue, 03 May 2011 21:07:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 765CA1C046; Tue, 3 May 2011 21:06:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 49F8E1C046 for ; Tue, 3 May 2011 21:06:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEFB81B406B for ; Tue, 3 May 2011 21:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 11B6780507 for ; Tue, 3 May 2011 21:06:53 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1015ab70f06b9be02b598e1e8c94f1ff00690682.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/selinux-faq.xml X-VCS-Directories: xml/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1015ab70f06b9be02b598e1e8c94f1ff00690682 Date: Tue, 3 May 2011 21:06:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8e9c84f611eb6e67bb01dd0fca2621e3 commit: 1015ab70f06b9be02b598e1e8c94f1ff00690682 Author: Sven Vermeulen siphos be> AuthorDate: Tue May 3 21:06:16 2011 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue May 3 21:06:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3D1015ab70 Mention USE=3Dubac in FAQ on crontab issues --- xml/selinux-faq.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/xml/selinux-faq.xml b/xml/selinux-faq.xml index c815ff4..c4740c7 100644 --- a/xml/selinux-faq.xml +++ b/xml/selinux-faq.xml @@ -494,6 +494,11 @@ To fix this, change the user of the file to root: ~# chcon -u root /var/spool/cron/crontabs/root =20 +

+Another fix would be to disable UBAC completely. This is accomplished wi= th +USE=3D"-ubac". +

+