diff options
author | John P. Davis <zhen@gentoo.org> | 2003-10-07 16:17:27 +0000 |
---|---|---|
committer | John P. Davis <zhen@gentoo.org> | 2003-10-07 16:17:27 +0000 |
commit | 66e0518958801c5022a066cb33bc0a2d05954f60 (patch) | |
tree | 0697503ca0ba6ea4dcfbe7c6275be35f6df43c5d /profiles/hardened-x86-1.4 | |
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')
-rw-r--r-- | profiles/hardened-x86-1.4/make.defaults | 12 | ||||
-rw-r--r-- | profiles/hardened-x86-1.4/packages | 3 | ||||
-rw-r--r-- | profiles/hardened-x86-1.4/use.mask | 1 |
3 files changed, 3 insertions, 13 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" diff --git a/profiles/hardened-x86-1.4/packages b/profiles/hardened-x86-1.4/packages index 848fc06b3ff8..69c1d8eb06eb 100644 --- a/profiles/hardened-x86-1.4/packages +++ b/profiles/hardened-x86-1.4/packages @@ -35,7 +35,7 @@ *>=sys-apps/baselayout-1.8.6.10-r1 *>=sys-apps/portage-2.0.49-r3 *>=sys-devel/binutils-2.13.90.0.6-r2 -*>=sys-devel/gcc-3.2.3-r1 +*>=sys-devel/gcc-3.2.3-r2 *>=sys-devel/hardened-gcc-2.4.1 *>=sys-libs/glibc-2.3.2-r1 #*>=sys-apps/module-init-utils-0.9.10-r5 @@ -46,7 +46,6 @@ virtual/os-headers >=x11-base/xfree-4.1.0-r12 -# sash - static shell for system recovery *app-shells/sash *dev-lang/perl *virtual/editor diff --git a/profiles/hardened-x86-1.4/use.mask b/profiles/hardened-x86-1.4/use.mask index 54021e6ada55..e16f97e89fcb 100644 --- a/profiles/hardened-x86-1.4/use.mask +++ b/profiles/hardened-x86-1.4/use.mask @@ -1,4 +1,3 @@ - # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile selinux |