diff options
author | Christian Heim <phreak@gentoo.org> | 2007-02-10 20:21:44 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-02-10 20:21:44 +0000 |
commit | 526001a0f5b4137ba202ea9d5695773491826038 (patch) | |
tree | d0c7886c5c5ef62f548bb10d1e22f12526d5127b /hardened/profiles | |
parent | Importing the amd64/multilib profile, mix of default-linux/amd64 and hardened... (diff) | |
download | phreak-526001a0f5b4137ba202ea9d5695773491826038.tar.gz phreak-526001a0f5b4137ba202ea9d5695773491826038.tar.bz2 phreak-526001a0f5b4137ba202ea9d5695773491826038.zip |
Fixing the default USE, updating FEATURES.
svn path=/; revision=250
Diffstat (limited to 'hardened/profiles')
-rw-r--r-- | hardened/profiles/hardened/make.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hardened/profiles/hardened/make.defaults b/hardened/profiles/hardened/make.defaults index d0942fa..050cb67 100644 --- a/hardened/profiles/hardened/make.defaults +++ b/hardened/profiles/hardened/make.defaults @@ -11,7 +11,7 @@ # pulled in during *emerge system*! # make sure USE has sane defaults for hardened -USE="hardened pic" +USE="crypt hardened ncurses pic pam perl python readline ssl tcpd zlib udev" # 2006/10/17 - Daniel Drake <dsd@gentoo.org> # cracklib is becoming optional in shadow (and removed from system) as of @@ -29,3 +29,5 @@ ALSA_PCM_PLUGINS="" VIDEO_CARDS="" INPUT_DEVICES="" LCD_DEVICES="" + +FEATURES="sandbox" |