diff options
author | 2003-10-24 13:50:06 +0000 | |
---|---|---|
committer | 2003-10-24 13:50:06 +0000 | |
commit | a69f608ea677c747c165cd016ae47d39cc459bcf (patch) | |
tree | 4db4ec35e597cedfc2587394722ac95131be43d5 /profiles | |
parent | Marked stable for x86 and ppc. (diff) | |
download | historical-a69f608ea677c747c165cd016ae47d39cc459bcf.tar.gz historical-a69f608ea677c747c165cd016ae47d39cc459bcf.tar.bz2 historical-a69f608ea677c747c165cd016ae47d39cc459bcf.zip |
removed pam limitations until 10135 is addressed
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened-x86-1.4/make.defaults | 3 | ||||
-rw-r--r-- | profiles/hardened-x86-1.4/packages | 9 | ||||
-rw-r--r-- | profiles/hardened-x86-1.4/use.defaults | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/profiles/hardened-x86-1.4/make.defaults b/profiles/hardened-x86-1.4/make.defaults index a952a0a6fc08..cb667189067b 100644 --- a/profiles/hardened-x86-1.4/make.defaults +++ b/profiles/hardened-x86-1.4/make.defaults @@ -2,7 +2,8 @@ # System-wide defaults for the gcc 3.2.3 Portage system # <zhen@gentoo.org> defaults for a hardened system -USE="x86 berkdb crypt readline nls ssl tcpd zlib" +# <zhen@gentoo.org> pam added until bug 10135 is fixed +USE="x86 berkdb crypt readline nls ssl tcpd zlib pam" ARCH="x86" COMPILER="gcc3" diff --git a/profiles/hardened-x86-1.4/packages b/profiles/hardened-x86-1.4/packages index 71fe3eb6ebf5..9fb3d337f4d3 100644 --- a/profiles/hardened-x86-1.4/packages +++ b/profiles/hardened-x86-1.4/packages @@ -85,8 +85,8 @@ virtual/os-headers *sys-apps/setserial *<sys-apps/shadow-5 -# we use login from shadow when not using pam -#*sys-apps/pam-login +# <zhen@gentoo.org> Again, added until bug 10135 is addressed +*sys-apps/pam-login *sys-apps/sharutils *sys-apps/tar @@ -107,9 +107,10 @@ virtual/os-headers *<sys-libs/db-4.1.0 *>=sys-libs/ncurses-5.2.20020112a -# more pam stuff we dont want. +# <zhen@gentoo.org> the following 2 lines are +# necessary until bug 10135 is addressed >=sys-libs/pam-0.75-r9 -#*sys-libs/pwdb +*sys-libs/pwdb *sys-libs/readline *sys-libs/zlib diff --git a/profiles/hardened-x86-1.4/use.defaults b/profiles/hardened-x86-1.4/use.defaults index 382498d6db95..6fb32c8065d7 100644 --- a/profiles/hardened-x86-1.4/use.defaults +++ b/profiles/hardened-x86-1.4/use.defaults @@ -36,8 +36,8 @@ sdl media-libs/libsdl gpm sys-libs/gpm tcpd sys-apps/tcp-wrappers -# we dont want pam by default -#pam sys-libs/pam +# <zhen@gentoo.org> unmasked until bug 10135 gets addressed +pam sys-libs/pam libwww net-libs/libwww ssl dev-libs/openssl |