From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 709BE138334 for ; Mon, 2 Dec 2019 20:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C5D6E0798; Mon, 2 Dec 2019 20:52:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C8F5E05C1 for ; Mon, 2 Dec 2019 20:52:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 583AC34D6DA for ; Mon, 2 Dec 2019 20:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B76AB2A5 for ; Mon, 2 Dec 2019 20:52:43 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1575319955.7438755e7f1feb0a8455e845da29f985d75ee115.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 7438755e7f1feb0a8455e845da29f985d75ee115 X-VCS-Branch: master Date: Mon, 2 Dec 2019 20:52:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33651cfc-9f06-4bb0-9ca2-d1e8bb352240 X-Archives-Hash: 8ea324dbe790e45e7bbf50e5e98a70dd commit: 7438755e7f1feb0a8455e845da29f985d75ee115 Author: Petr Vaněk atlas cz> AuthorDate: Mon Dec 2 17:59:45 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Dec 2 20:52:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7438755e net-analyzer/netdata: fix live by applying all capabilities Bug: https://bugs.gentoo.org/701460 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13838 Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/netdata-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index b066aadbf11..7133c9ae7f6 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -123,6 +123,8 @@ src_install() { } pkg_postinst() { + fcaps_pkg_postinst + if use xen ; then fcaps 'cap_dac_override' 'usr/libexec/netdata/plugins.d/xenstat.plugin' fi