profiles: linux: enable USE=seccomp by default
authorMike Frysinger <vapier@gentoo.org>
Thu, 13 Aug 2015 07:27:26 +0000 (03:27 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 13 Aug 2015 07:27:26 +0000 (03:27 -0400)
profiles/default/linux/make.defaults

index 7ad3bdba5dad4d1a8c64fee24e09a5789afff84d..be2f6a1129b88f3543ba172e69c8b5dbf05d7637 100644 (file)
@@ -17,6 +17,9 @@ USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
 # make sure toolchain has sane defaults <tooclhain@gentoo.org>
 USE="${USE} fortran openmp"
 
+# Security ftw.
+USE="${USE} seccomp"
+
 # 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
 # These USE flags were originally inserted here because of PHP
 # and were later removed by me. Reinserting the USE flags again because they are