summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-13 03:27:26 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-13 03:27:26 -0400
commit7444b0de8068e3392335006b7cb7c9805b761149 (patch)
treec1ffa54fbe6ed0c30ca2e786a7b425231f8f6c8a /profiles/default
parentsys-libs/libseccomp: version bump (diff)
downloadgentoo-7444b0de8068e3392335006b7cb7c9805b761149.tar.gz
gentoo-7444b0de8068e3392335006b7cb7c9805b761149.tar.bz2
gentoo-7444b0de8068e3392335006b7cb7c9805b761149.zip
profiles: linux: enable USE=seccomp by default
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/make.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index 7ad3bdba5dad..be2f6a1129b8 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -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