projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06bc9a
)
net-analyzer/netdata: fix live by applying all capabilities
author
Petr Vaněk
<arkamar@atlas.cz>
Mon, 2 Dec 2019 17:59:45 +0000
(18:59 +0100)
committer
Craig Andrews
<candrews@gentoo.org>
Mon, 2 Dec 2019 20:52:35 +0000
(15:52 -0500)
Bug: https://bugs.gentoo.org/701460
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/13838
Signed-off-by: Craig Andrews <candrews@gentoo.org>
net-analyzer/netdata/netdata-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/netdata/netdata-9999.ebuild
b/net-analyzer/netdata/netdata-9999.ebuild
index b066aadbf11fb18ccc5e260483b794d6ef6811b8..7133c9ae7f673e59472a2872329c3ce91b9ee323 100644
(file)
--- 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