From 0cb2c9f251df9972f271b1094a970a89a54e4ea4 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 17 Mar 2020 19:05:39 +0100 Subject: [PATCH] net-im/skypeforlinux: Remove 'chrome-sandbox' binary * Users should enable the kernel options shown in pkg_setup() instead of relying on the deprecated suid sandbox. Closes: https://bugs.gentoo.org/692692 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert --- ...x-8.57.0.116.ebuild => skypeforlinux-8.57.0.116-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) rename net-im/skypeforlinux/{skypeforlinux-8.57.0.116.ebuild => skypeforlinux-8.57.0.116-r1.ebuild} (94%) diff --git a/net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild b/net-im/skypeforlinux/skypeforlinux-8.57.0.116-r1.ebuild similarity index 94% rename from net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.57.0.116-r1.ebuild index 9811daeb76d3..6b1d41e5d34b 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.57.0.116-r1.ebuild @@ -73,6 +73,10 @@ src_install() { dodir /opt cp -a usr/share/skypeforlinux "${D}"/opt || die + # remove chrome-sandbox binary, users should use kernel namespaces + # https://bugs.gentoo.org/692692#c18 + rm "${ED}"/opt/skypeforlinux/chrome-sandbox || die + dobin usr/bin/skypeforlinux dodoc usr/share/skypeforlinux/*.html -- 2.26.2