diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 13:14:34 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 13:14:34 +0000 |
commit | 83115471178738e2e9d0f7ebe6ea9c014cb68518 (patch) | |
tree | 76a24d5b0904af0c096c24620ea249fcd224d0c9 /profiles/selinux/alpha | |
parent | Version bump. The documentation is back. (diff) | |
download | gentoo-2-83115471178738e2e9d0f7ebe6ea9c014cb68518.tar.gz gentoo-2-83115471178738e2e9d0f7ebe6ea9c014cb68518.tar.bz2 gentoo-2-83115471178738e2e9d0f7ebe6ea9c014cb68518.zip |
add FEATURES="loadpolicy" to 2006.1 selinux profiles
Diffstat (limited to 'profiles/selinux/alpha')
-rw-r--r-- | profiles/selinux/alpha/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/selinux/alpha/make.defaults b/profiles/selinux/alpha/make.defaults index 09f750ce925a..2e7eb7d6628d 100644 --- a/profiles/selinux/alpha/make.defaults +++ b/profiles/selinux/alpha/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/alpha/make.defaults,v 1.2 2006/10/10 11:35:53 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/alpha/make.defaults,v 1.3 2006/10/10 13:14:33 pebenito Exp $ ARCH="alpha" ACCEPT_KEYWORDS="alpha" @@ -9,7 +9,7 @@ CHOST="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" -FEATURES="sandbox sfperms" +FEATURES="sandbox sfperms loadpolicy" USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib" |