commit: 99b480992dfb2ae7559f877a46fe64129e122ceb Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sun Jul 23 20:29:06 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Jul 27 14:38:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b48099
profiles/hardened/linux/p.use: disable default gdbm USE for net-firewall/fwknop Otherwise it enforces server USE to all users via REQUIRED_USE. profiles/hardened/linux/package.use | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/hardened/linux/package.use b/profiles/hardened/linux/package.use new file mode 100644 index 00000000000..edd0e13e541 --- /dev/null +++ b/profiles/hardened/linux/package.use @@ -0,0 +1,7 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Ilya Tumaykin <[email protected]> (22 Jul 2017) +# Override default +gdbm setting, which enables minor server-only +# feature, but enforces server USE to all users via REQUIRED_USE. +net-firewall/fwknop -gdbm
