diff options
author | John P. Davis <zhen@gentoo.org> | 2004-03-19 15:19:11 +0000 |
---|---|---|
committer | John P. Davis <zhen@gentoo.org> | 2004-03-19 15:19:11 +0000 |
commit | 79fd01f3f3487d09a996c94127f2e480ba055986 (patch) | |
tree | 6b21fc36751678221ab5270f8be17b41f609e561 /profiles/hardened | |
parent | stable on sparc (diff) | |
download | historical-79fd01f3f3487d09a996c94127f2e480ba055986.tar.gz historical-79fd01f3f3487d09a996c94127f2e480ba055986.tar.bz2 historical-79fd01f3f3487d09a996c94127f2e480ba055986.zip |
moving features to top-level
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/make.defaults | 5 | ||||
-rw-r--r-- | profiles/hardened/x86/make.defaults | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/hardened/make.defaults b/profiles/hardened/make.defaults new file mode 100644 index 000000000000..423d02fa5f13 --- /dev/null +++ b/profiles/hardened/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.1 2004/03/19 15:19:10 zhen Exp $ + +FEATURES="sandbox sfperms strict" diff --git a/profiles/hardened/x86/make.defaults b/profiles/hardened/x86/make.defaults index 2af3408a8067..ace86a70fb7a 100644 --- a/profiles/hardened/x86/make.defaults +++ b/profiles/hardened/x86/make.defaults @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.2 2004/03/17 01:25:54 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.3 2004/03/19 15:19:11 zhen Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic" USE="x86 hardened berkdb crypt readline nls ssl tcpd zlib pam pic" -FEATURES="sandbox sfperms strict" |