commit: 7438755e7f1feb0a8455e845da29f985d75ee115 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Dec 2 17:59:45 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> 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 <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13838 Signed-off-by: Craig Andrews <candrews <AT> 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
