diff options
author | 2020-03-17 19:05:39 +0100 | |
---|---|---|
committer | 2020-03-17 19:05:39 +0100 | |
commit | 0cb2c9f251df9972f271b1094a970a89a54e4ea4 (patch) | |
tree | c92090bfae78bafa9dd00a9e6a1485565186599c /net-im | |
parent | net-im/skypeforlinux: Remove old (diff) | |
download | gentoo-0cb2c9f251df9972f271b1094a970a89a54e4ea4.tar.gz gentoo-0cb2c9f251df9972f271b1094a970a89a54e4ea4.tar.bz2 gentoo-0cb2c9f251df9972f271b1094a970a89a54e4ea4.zip |
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 <soap@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-8.57.0.116-r1.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild b/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 |