diff options
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" |