diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-09-10 18:31:12 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-09-10 18:31:12 +0000 |
commit | d4ebe2c2dfa74a7d160472787804b832c33def73 (patch) | |
tree | a7c7a0042f3393e69c76dc13a31c2748cdb3693a /app-emulation | |
parent | Version bump for security bug 484476. (diff) | |
download | gentoo-2-d4ebe2c2dfa74a7d160472787804b832c33def73.tar.gz gentoo-2-d4ebe2c2dfa74a7d160472787804b832c33def73.tar.bz2 gentoo-2-d4ebe2c2dfa74a7d160472787804b832c33def73.zip |
Request USER_NS as libvirt is capable with working with it now.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.1.2-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index b1fdc316df21..9119be1ce1f0 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.323 2013/09/10 17:50:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.324 2013/09/10 18:31:12 cardoe Exp $ + + 10 Sep 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.2-r1.ebuild: + Request USER_NS as libvirt is capable with working with it now. 10 Sep 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.2-r1.ebuild: Add SECURITYFS to the list of required kernel options. bug #484446 diff --git a/app-emulation/libvirt/libvirt-1.1.2-r1.ebuild b/app-emulation/libvirt/libvirt-1.1.2-r1.ebuild index e2cf99b51324..a8ecea7e2323 100644 --- a/app-emulation/libvirt/libvirt-1.1.2-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.1.2-r1.ebuild,v 1.4 2013/09/10 17:50:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.1.2-r1.ebuild,v 1.5 2013/09/10 18:31:12 cardoe Exp $ EAPI=5 @@ -139,6 +139,7 @@ LXC_CONFIG_CHECK=" ~IPC_NS ~PID_NS ~NET_NS + ~USER_NS ~DEVPTS_MULTIPLE_INSTANCES ~VETH ~MACVLAN |