diff options
author | 2003-10-07 16:17:27 +0000 | |
---|---|---|
committer | 2003-10-07 16:17:27 +0000 | |
commit | 66e0518958801c5022a066cb33bc0a2d05954f60 (patch) | |
tree | 0697503ca0ba6ea4dcfbe7c6275be35f6df43c5d /profiles/hardened-x86-1.4/make.defaults | |
parent | initial ebuild (diff) | |
download | historical-66e0518958801c5022a066cb33bc0a2d05954f60.tar.gz historical-66e0518958801c5022a066cb33bc0a2d05954f60.tar.bz2 historical-66e0518958801c5022a066cb33bc0a2d05954f60.zip |
cleaned up make.defaults, added strict to FEATURES (since we are hardened, we should have this), and bumped gcc to 3.2.3-r2 in packages
Diffstat (limited to 'profiles/hardened-x86-1.4/make.defaults')
-rw-r--r-- | profiles/hardened-x86-1.4/make.defaults | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/profiles/hardened-x86-1.4/make.defaults b/profiles/hardened-x86-1.4/make.defaults index 09ae685b61ac..a952a0a6fc08 100644 --- a/profiles/hardened-x86-1.4/make.defaults +++ b/profiles/hardened-x86-1.4/make.defaults @@ -1,15 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # System-wide defaults for the gcc 3.2.3 Portage system -# <zhen@gentoo.org> these are left here for archival purposes -# please note that they are NOT used in our profile as they get overridden -# a few lines down. - -USE="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk imlib - java jpeg kde gnome libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis - opengl pam pdflib png python qt quicktime readline sdl slang spell ssl - svga tcpd truetype X xml2 xmms xv zlib" - # <zhen@gentoo.org> defaults for a hardened system USE="x86 berkdb crypt readline nls ssl tcpd zlib" @@ -34,6 +25,7 @@ ACCEPT_KEYWORDS="x86" # sandbox access violations for users. # 'usersandbox' enables sandboxing while portage is running under userpriv. # unpack -- for debugging purposes only. +# -FEATURES="sandbox sfperms" +FEATURES="sandbox sfperms strict" #FEATURES="sandbox sfperms strict userpriv usersandbox" |