diff options
author | 2015-02-28 21:33:20 +0000 | |
---|---|---|
committer | 2015-02-28 21:33:20 +0000 | |
commit | 51e6df90fd3bc2f9c6ef63f63379a83f26ef06ff (patch) | |
tree | 7a71ee644e195e32cde13311a65f4d2fe4669527 /profiles | |
parent | Version bump. (diff) | |
download | historical-51e6df90fd3bc2f9c6ef63f63379a83f26ef06ff.tar.gz historical-51e6df90fd3bc2f9c6ef63f63379a83f26ef06ff.tar.bz2 historical-51e6df90fd3bc2f9c6ef63f63379a83f26ef06ff.zip |
add 'seccomp' global USE flag
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 656d2070dc8d..6016f9c42b7c 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ .# ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9832 2015/02/28 17:17:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9833 2015/02/28 21:33:20 bircoph Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 28 Feb 2015; Andrew Savchenko <bircoph@gentoo.org> use.desc: + Add "seccomp" global USE flag. + 28 Feb 2015; Tomáš Chvátal <scarabeus@gentoo.org> package.mask: Add dev-libs/libzypp to zypper mask too. diff --git a/profiles/use.desc b/profiles/use.desc index 8eab0af259a1..132daabf7cdd 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.523 2015/02/18 16:11:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.524 2015/02/28 21:33:20 bircoph Exp $ # Keep them sorted @@ -296,6 +296,7 @@ savedconfig - Use this to restore your config from /etc/portage/savedconfig ${CA scanner - Add support for scanner hardware (e.g. build the sane frontend in kdegraphics) sdl - Add support for Simple Direct Layer (media library) seamonkey - Add support for the Seamonkey web-browser +seccomp - Enable seccomp for system call filtering selinux - !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur semantic-desktop - Cross-KDE support for semantic search and information retrieval session - Add persistent session support |