Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:profiles-selinux commit in: profiles/features/selinux/
Date: Tue, 03 May 2011 20:43:22
Message-Id: c7347e080c60b0d287fb0df349af2c310ee078d4.SwifT@gentoo
1 commit: c7347e080c60b0d287fb0df349af2c310ee078d4
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Tue May 3 20:42:54 2011 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Tue May 3 20:42:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=c7347e08
7
8 Enable open_perms USE flag by default. Drop the FEATURES=loadpolicy stuff
9
10 ---
11 profiles/features/selinux/make.defaults | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults
15 index 08a3691..83fb492 100644
16 --- a/profiles/features/selinux/make.defaults
17 +++ b/profiles/features/selinux/make.defaults
18 @@ -3,9 +3,9 @@
19 # $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.6 2009/08/10 17:07:09 pebenito Exp $
20 #
21
22 -USE="-acl selinux"
23 +USE="-acl selinux open_perms"
24
25 -FEATURES="selinux sesandbox sfperms loadpolicy"
26 +FEATURES="selinux sesandbox sfperms"
27
28 POLICY_TYPES="strict targeted"
29 PORTAGE_T="portage_t"