Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/
Date: Tue, 03 May 2011 21:07:02
Message-Id: 1015ab70f06b9be02b598e1e8c94f1ff00690682.SwifT@gentoo
1 commit: 1015ab70f06b9be02b598e1e8c94f1ff00690682
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Tue May 3 21:06:16 2011 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Tue May 3 21:06:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=1015ab70
7
8 Mention USE=ubac in FAQ on crontab issues
9
10 ---
11 xml/selinux-faq.xml | 5 +++++
12 1 files changed, 5 insertions(+), 0 deletions(-)
13
14 diff --git a/xml/selinux-faq.xml b/xml/selinux-faq.xml
15 index c815ff4..c4740c7 100644
16 --- a/xml/selinux-faq.xml
17 +++ b/xml/selinux-faq.xml
18 @@ -494,6 +494,11 @@ To fix this, change the user of the file to root:
19 ~# <i>chcon -u root /var/spool/cron/crontabs/root</i>
20 </pre>
21
22 +<p>
23 +Another fix would be to disable UBAC completely. This is accomplished with
24 +<c>USE="-ubac"</c>.
25 +</p>
26 +
27 </body>
28 </section>
29 </chapter>