Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH] profiles: linux: enable USE=seccomp by default
Date: Thu, 13 Aug 2015 07:29:10
Message-Id: 1439450942-6623-1-git-send-email-vapier@gentoo.org
In Reply to: [gentoo-dev] [rfc] enable USE=seccomp in default/linux/ profiles by Mike Frysinger
1 ---
2 profiles/default/linux/make.defaults | 3 +++
3 1 file changed, 3 insertions(+)
4
5 diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
6 index 7ad3bdb..be2f6a1 100644
7 --- a/profiles/default/linux/make.defaults
8 +++ b/profiles/default/linux/make.defaults
9 @@ -17,6 +17,9 @@ USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
10 # make sure toolchain has sane defaults <tooclhain@g.o>
11 USE="${USE} fortran openmp"
12
13 +# Security ftw.
14 +USE="${USE} seccomp"
15 +
16 # 2010/10/21 - Ole Markus With <olemarkus@g.o>
17 # These USE flags were originally inserted here because of PHP
18 # and were later removed by me. Reinserting the USE flags again because they are
19 --
20 2.4.4