diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-10-20 20:18:10 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-10-20 20:18:10 +0000 |
commit | 71580b01df15fc9d57b7ee79f2d082f44d5f9c4c (patch) | |
tree | a0bb043445492223352c67838ebb72e1726a0a40 /app-admin/webmin | |
parent | Mask media-gfx/showimg wrt #274206. (diff) | |
download | gentoo-2-71580b01df15fc9d57b7ee79f2d082f44d5f9c4c.tar.gz gentoo-2-71580b01df15fc9d57b7ee79f2d082f44d5f9c4c.tar.bz2 gentoo-2-71580b01df15fc9d57b7ee79f2d082f44d5f9c4c.zip |
Fixing sandbox violation with iptables, bug 267996
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.490.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 1c040e730839..668cfe55308f 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webmin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.183 2009/10/18 00:06:25 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.184 2009/10/20 20:18:10 vostorga Exp $ + + 20 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> webmin-1.490.ebuild: + Fixing sandbox violation with iptables, bug 267996 17 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> webmin-1.490.ebuild: Fixing sandbox violation with dcron, bug 194305 diff --git a/app-admin/webmin/webmin-1.490.ebuild b/app-admin/webmin/webmin-1.490.ebuild index 9c44406c815c..82eae45a15ca 100644 --- a/app-admin/webmin/webmin-1.490.ebuild +++ b/app-admin/webmin/webmin-1.490.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.490.ebuild,v 1.3 2009/10/18 00:06:25 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.490.ebuild,v 1.4 2009/10/20 20:18:10 vostorga Exp $ inherit eutils pam @@ -26,9 +26,7 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.170-setup-nocheck.patch } @@ -40,6 +38,8 @@ src_install() { addpredict /etc/lvm/cache # Bug #194305 addpredict /var/spool/cron/crontabs + #Bug 267996 + addpredict /lib/modules/$(uname -r)/kernel/net/netfilter rm -f mount/freebsd-mounts* rm -f mount/netbsd-mounts* |