diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2008-01-13 21:26:20 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2008-01-13 21:26:20 +0000 |
commit | 43deabec3388a5a14c2df44aaf8948a9e6a88f0e (patch) | |
tree | 488b1ceb2f7f2d906f98a7923698577ab2eaf857 /profiles/selinux/make.defaults | |
parent | Version bump to new 2.4 series (diff) | |
download | historical-43deabec3388a5a14c2df44aaf8948a9e6a88f0e.tar.gz historical-43deabec3388a5a14c2df44aaf8948a9e6a88f0e.tar.bz2 historical-43deabec3388a5a14c2df44aaf8948a9e6a88f0e.zip |
unmask acl USE in selinux profile.
Diffstat (limited to 'profiles/selinux/make.defaults')
-rw-r--r-- | profiles/selinux/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/selinux/make.defaults b/profiles/selinux/make.defaults index c200af1a4a39..46a49d1b4781 100644 --- a/profiles/selinux/make.defaults +++ b/profiles/selinux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.3 2006/10/08 18:37:25 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.4 2008/01/13 21:26:20 pebenito Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,7 @@ # has a conditional dependency on java (which it does,) then a JDK will be # pulled in during *emerge system*! -USE="selinux" +USE="-acl selinux" FEATURES="selinux sesandbox" POLICYDIR="/etc/security/selinux/src/policy" |